aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bugfix for bfd973ece3369c593b5e82a88cc16de80088a73epukkandan2022-08-074-13/+12
| | | | | | `_extract_embed_urls` is not a list Closes #4581
* [extractor/FIFA] Change API endpoint (#4577)Yash Kumar2022-08-061-1/+1
| | | | Closes #4566 Authored by: yashkc2025, Bricio
* [extractor/kompas] Add extractor (#4562)HobbyistDev2022-08-052-0/+69
| | | Authored by: HobbyistDev
* [extractor/vidio] Support embed link (#4564)HobbyistDev2022-08-051-3/+28
| | | Authored by: HobbyistDev
* [extractor/NovaPlay] Fix extractor (#4415)Bojidar Qnkov2022-08-051-21/+31
| | | | Closes #4439 Authored by: Bojidarist
* Fix tests for 989a01c2610832193c268d072ada8814bfd4c00dpukkandan2022-08-052-14/+14
|
* [extractor/crunchyroll:beta] Use streams API (#4555)Jeff Huffman2022-08-042-2/+4
| | | | Closes #4452 Authored by: tejing1
* [outtmpl] Smarter replacing of unsupported characterspukkandan2022-08-041-0/+6
| | | | Closes #1330
* Fix bug in be5c1ae86202be54225d376756f5d9f0bf8f392apukkandan2022-08-041-1/+1
|
* [extractor/vimeo] Bugfix in bfd973ece3369c593b5e82a88cc16de80088a73epukkandan2022-08-041-0/+4
|
* Determine merge container better (See desc) (#1482)Lauren N. Liberda2022-08-046-39/+84
| | | | | | | | * 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
* Import ctypes only when necessarypukkandan2022-08-032-7/+9
| | | | Closes #4541
* [extractor/crunchyroll:beta] Extract timestamp and fix tests (#4535)Jeff Huffman2022-08-031-36/+11
| | | | Closes #4533 Authored by: tejing1
* Fix misleading DRM messagepukkandan2022-08-021-1/+1
| | | | Closes #4534
* [extractor/youtube] Bump Innertube client versionscoletdjnz2022-08-021-13/+13
| | | | | | 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
* Fix bug in 0647d9251f7285759109cc82693efee533346911pukkandan2022-08-021-0/+4
|
* [extractor/xfileshare] Add Referer (#4494)Galiley2022-08-021-0/+10
| | | Authored by: Galiley
* [extractor/orf:radio] Rewrite extractorspukkandan2022-08-022-192/+101
| | | | Closes #4522
* Minor bugfixespukkandan2022-08-028-15/+26
|
* Standardize retry mechanism (#1649)pukkandan2022-08-0215-277/+256
| | | | | | | * [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
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-02138-1910/+500
| | | | | | | `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
* [extractor] Support multiple archive ids for one video (#4307)pukkandan2022-08-026-7/+13
| | | | Closes #4352
* [extractor/html5] Separate into own extractor (#4307)pukkandan2022-08-024-21/+30
| | | | | | Closes #4291 Authored by: coletdjnz, pukkandan
* [extractor/camtasia] Separate into own extractor (#4307)pukkandan2022-08-023-67/+72
| | | | Authored by: coletdjnz
* [extractor, test] Basic framework for embed tests (#4307)pukkandan2022-08-025-53/+89
| | | | | | and split download tests so they can be more easily run in CI Authored by: coletdjnz
* [extractor] Framework for embed detection (#4307)pukkandan2022-08-028-77/+149
|
* [extractor/rai] Add raisudtirol extractor (#4524)nixxo2022-08-024-0/+38
| | | | Closes #4206 Authored by: nixxo
* [extractor/YahooJapanNews] Fix extractor (#4480)Lesmiscore2022-08-011-75/+43
| | | Authored by: Lesmiscore
* [extractor/yandexmusic] Extract higher quality formatpukkandan2022-08-011-2/+1
| | | | Closes #4512
* [FFmpegThumbnailsConvertor] Fix conversion from GIFpukkandan2022-08-011-1/+2
| | | | Closes #2988
* [docs] Clarify `best*`pukkandan2022-08-011-1/+1
| | | | Closes #4373
* [docs] Fix capitalization in references (#4515)christoph-heinrich2022-08-012-5/+5
| | | Authored by: christoph-heinrich
* [extractor/angel] Add extractor (#4410)Juhmer Tena2022-08-012-0/+57
| | | | Closes #1243 Authored by: AxiosDeminence
* [extractors/holodex] Add extractor (#4434)sqrtNOT2022-08-012-0/+101
| | | | Closes #726 Authored by: sqrtNOT, pukkandan
* [extractor/youtube] Add `live_status=post_live` (#4495)lazypete3652022-08-013-9/+11
| | | | Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365
* [downloader] Add average speed to final progress linepukkandan2022-07-311-0/+4
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/31122
* [cleanup] Miscpukkandan2022-07-316-20/+20
|
* [utils] sanitize_open: Allow any IO stream as stdoutpukkandan2022-07-311-1/+3
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/3298#issuecomment-1181754989
* [outtmpl] Treat empty values as None in filenamespukkandan2022-07-311-0/+3
| | | | Workaround for #4485
* Validate `--merge-output-format`pukkandan2022-07-314-7/+11
| | | | Closes #4489
* [utils, cleanup] Consolidate known media extensionspukkandan2022-07-316-33/+35
|
* [mhtml, cleanup] Use imghdrpukkandan2022-07-312-14/+9
|
* [ffmpeg] Set `ffmpeg_location` in a contextvarpukkandan2022-07-312-1/+10
| | | | Fixes #2191 for the CLI, but not when used through the API
* [webvtt, extractor/youtube] Extract auto-subs from livestream VODspukkandan2022-07-312-16/+36
| | | | | | Closes #4130 Authored by: pukkandan, fstirlitz
* [extractor/youtube] Parse translated subtitles only when requestedpukkandan2022-07-311-1/+4
| | | | Closes #4274
* [metadataparser] Don't set `None` when the field didn't matchpukkandan2022-07-311-3/+3
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/31118#issuecomment-1198254512
* [extractor/ESPN] Extract duration (#4499)ischmidt202022-07-311-9/+15
| | | Authored by: ischmidt20
* [extractor/twitch] Extract chapters for single chapter VODs (#4453)mpeter502022-07-301-4/+43
| | | | Closes #4421 Authored by: mpeter50
* [extractor/doodstream] Support more domains (#4493)Galiley2022-07-301-2/+6
| | | Authored by: Galiley
* [extractor/stripchat] Fix _VALID_URL (#4491)Anant Murmu2022-07-301-1/+4
| | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/4486 Authored by: freezboltz