aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/litv.py
AgeCommit message (Collapse)Author
2024-11-17[ie/litv] Fix extractor (#11071)gillux
Authored by: jiru
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2023-12-24[ie/litv] Fix premium content extraction (#8842)bashonly
Closes #8654 Authored by: bashonly
2023-10-06[ie/LiTV] Fix extractor (#7785)gillux
Closes #5456 Authored by: jiru
2023-05-24Update to ytdl-commit-d1c6c5pukkandan
[YouTube] [core] Improve platform debug log, based on yt-dlp https://github.com/ytdl-org/youtube-dl/commit/d1c6c5c4d618fa950813c0c71aede34a5ac851e9 Except: * 6ed34338285f722d0da312ce0af3a15a077a3e2a [jsinterp] Add short-cut evaluation for common expression * There was no performance improvement when tested with https://github.com/ytdl-org/youtube-dl/issues/30641 * e8de54bce50f6f77a4d7e8e80675f7003d5bf630 [core] Handle `/../` sequences in HTTP URLs * We plan to implement this differently
2023-05-20[core] Deprecate internal `Youtubedl-no-compression` header (#6876)coletdjnz
Authored by: coletdjnz
2022-04-12[cleanup] Upgrade syntaxpukkandan
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-01-24[docs,cleanup] Fix linter and misc cleanuppukkandan
Closes #2419
2022-01-24[extractor] Add convinience function `_yes_playlist`pukkandan
2021-05-17[extractor] Add `write_debug` and `get_param`pukkandan
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan