Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-11 | [postprocessor/embedthumbnail] Detect libatomicparsley.so | pukkandan | |
2022-08-09 | [ffmpeg] Disable avconv unless `--prefer-avconv` | pukkandan | |
2022-08-09 | [build] Fix changelog | pukkandan | |
Bug in c4b6c5c7c9eb0aa448d03c1540580cdd92737aa8 | |||
2022-08-08 | [version] update2022.08.08 | github-actions | |
Created by: pukkandan :ci skip all :ci run dl | |||
2022-08-09 | Release 2022.08.08 | pukkandan | |
2022-08-09 | Update to ytdl-commit-adb5294 | pukkandan | |
[aenetworks] Update _THEPLATFORM_KEY and _THEPLATFORM_SECRET https://github.com/ytdl-org/youtube-dl/commit/adb5294177265ba35b45746dbb600965076ed150 | |||
2022-08-09 | [extractor/redbee] Unify and update extractors (#4479) | Elyse | |
Closes #4443 Authored by: elyse0 | |||
2022-08-09 | [extractor/harpodeon] Add extractor (#4540) | Eren Kemer | |
Closes #4450 Authored by: eren-kemer | |||
2022-08-09 | Remove filtered entries from `-J` | pukkandan | |
Closes #4369 | |||
2022-08-09 | [build, devscripts] Add devscript to set a build variant | pukkandan | |
Closes #4471 | |||
2022-08-09 | [devscripts] Create `utils` and refactor | pukkandan | |
2022-08-09 | [build] Improve build process (#4513) | shirt | |
Authored by: shirt-dev | |||
2022-08-08 | [extractor/youtube] Add `androidSdkVersion` parameter to Android Innertube ↵ | coletdjnz | |
clients Required to prevent YouTube returning a bad player response in some cases. See: https://github.com/yt-dlp/yt-dlp/pull/4593, https://github.com/TeamNewPipe/NewPipe/issues/8713, https://github.com/iv-org/invidious/issues/3230, https://github.com/Tyrrrz/YoutubeExplode/issues/647 Authored by: coletdjnz | |||
2022-08-08 | [extractor/ninegag] Extract uploader (#4597) | Djeson | |
Closes #4587 Authored by: DjesonPV | |||
2022-08-08 | [extractor/youtube] Extract more format info | pukkandan | |
2022-08-08 | [extractor] Add field `audio_channels` | pukkandan | |
2022-08-07 | [extractor/WASDTV:record] Fix `_VALID_URL` | pukkandan | |
2022-08-07 | [extractor/tviplayer] Improve `_VALID_URL` (#4585) | HobbyistDev | |
Closes #4578 Authored by: HobbyistDev | |||
2022-08-07 | [extractor/youtube] Prevent redirect to unwanted videos (#4593) | coletdjnz | |
Example: https://www.youtube.com/watch?v=aQvGIIdgFDM Authored by: coletdjnz | |||
2022-08-07 | Bugfix for bfd973ece3369c593b5e82a88cc16de80088a73e | pukkandan | |
`_extract_embed_urls` is not a list Closes #4581 | |||
2022-08-06 | [extractor/FIFA] Change API endpoint (#4577) | Yash Kumar | |
Closes #4566 Authored by: yashkc2025, Bricio | |||
2022-08-05 | [extractor/kompas] Add extractor (#4562) | HobbyistDev | |
Authored by: HobbyistDev | |||
2022-08-05 | [extractor/vidio] Support embed link (#4564) | HobbyistDev | |
Authored by: HobbyistDev | |||
2022-08-05 | [extractor/NovaPlay] Fix extractor (#4415) | Bojidar Qnkov | |
Closes #4439 Authored by: Bojidarist | |||
2022-08-05 | Fix tests for 989a01c2610832193c268d072ada8814bfd4c00d | pukkandan | |
2022-08-04 | [extractor/crunchyroll:beta] Use streams API (#4555) | Jeff Huffman | |
Closes #4452 Authored by: tejing1 | |||
2022-08-04 | [outtmpl] Smarter replacing of unsupported characters | pukkandan | |
Closes #1330 | |||
2022-08-04 | Fix bug in be5c1ae86202be54225d376756f5d9f0bf8f392a | pukkandan | |
2022-08-04 | [extractor/vimeo] Bugfix in bfd973ece3369c593b5e82a88cc16de80088a73e | pukkandan | |
2022-08-04 | Determine merge container better (See desc) (#1482) | Lauren N. Liberda | |
* Determine the container early. Closes #4069 * Use codecs instead of just file extensions * Obey `--prefer-free-formats` * Allow fallbacks in `--merge-output` Authored by: pukkandan, selfisekai | |||
2022-08-03 | Import ctypes only when necessary | pukkandan | |
Closes #4541 | |||
2022-08-03 | [extractor/crunchyroll:beta] Extract timestamp and fix tests (#4535) | Jeff Huffman | |
Closes #4533 Authored by: tejing1 | |||
2022-08-02 | Fix misleading DRM message | pukkandan | |
Closes #4534 | |||
2022-08-02 | [extractor/youtube] Bump Innertube client versions | coletdjnz | |
YouTube may be requiring new versions soon. See https://github.com/iv-org/invidious/issues/3230, https://github.com/TeamNewPipe/NewPipe/issues/8713 Authored by: coletdjnz | |||
2022-08-02 | Fix bug in 0647d9251f7285759109cc82693efee533346911 | pukkandan | |
2022-08-02 | [extractor/xfileshare] Add Referer (#4494) | Galiley | |
Authored by: Galiley | |||
2022-08-02 | [extractor/orf:radio] Rewrite extractors | pukkandan | |
Closes #4522 | |||
2022-08-02 | Minor bugfixes | pukkandan | |
2022-08-02 | Standardize retry mechanism (#1649) | pukkandan | |
* [utils] Create `RetryManager` * Migrate all retries to use the manager * [extractor] Add wrapper methods for convenience * Standardize console messages for retries * Add `--retry-sleep` for extractors | |||
2022-08-02 | [extractors] Use new framework for existing embeds (#4307) | pukkandan | |
`Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated | |||
2022-08-02 | [extractor] Support multiple archive ids for one video (#4307) | pukkandan | |
Closes #4352 | |||
2022-08-02 | [extractor/html5] Separate into own extractor (#4307) | pukkandan | |
Closes #4291 Authored by: coletdjnz, pukkandan | |||
2022-08-02 | [extractor/camtasia] Separate into own extractor (#4307) | pukkandan | |
Authored by: coletdjnz | |||
2022-08-02 | [extractor, test] Basic framework for embed tests (#4307) | pukkandan | |
and split download tests so they can be more easily run in CI Authored by: coletdjnz | |||
2022-08-02 | [extractor] Framework for embed detection (#4307) | pukkandan | |
2022-08-02 | [extractor/rai] Add raisudtirol extractor (#4524) | nixxo | |
Closes #4206 Authored by: nixxo | |||
2022-08-01 | [extractor/YahooJapanNews] Fix extractor (#4480) | Lesmiscore | |
Authored by: Lesmiscore | |||
2022-08-01 | [extractor/yandexmusic] Extract higher quality format | pukkandan | |
Closes #4512 | |||
2022-08-01 | [FFmpegThumbnailsConvertor] Fix conversion from GIF | pukkandan | |
Closes #2988 | |||
2022-08-01 | [docs] Clarify `best*` | pukkandan | |
Closes #4373 |