aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-04[extractor/vimeo] Bugfix in bfd973ece3369c593b5e82a88cc16de80088a73epukkandan
2022-08-04Determine 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-03Import ctypes only when necessarypukkandan
Closes #4541
2022-08-03[extractor/crunchyroll:beta] Extract timestamp and fix tests (#4535)Jeff Huffman
Closes #4533 Authored by: tejing1
2022-08-02Fix misleading DRM messagepukkandan
Closes #4534
2022-08-02[extractor/youtube] Bump Innertube client versionscoletdjnz
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-02Fix bug in 0647d9251f7285759109cc82693efee533346911pukkandan
2022-08-02[extractor/xfileshare] Add Referer (#4494)Galiley
Authored by: Galiley
2022-08-02[extractor/orf:radio] Rewrite extractorspukkandan
Closes #4522
2022-08-02Minor bugfixespukkandan
2022-08-02Standardize 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 formatpukkandan
Closes #4512
2022-08-01[FFmpegThumbnailsConvertor] Fix conversion from GIFpukkandan
Closes #2988
2022-08-01[docs] Clarify `best*`pukkandan
Closes #4373
2022-08-01[docs] Fix capitalization in references (#4515)christoph-heinrich
Authored by: christoph-heinrich
2022-08-01[extractor/angel] Add extractor (#4410)Juhmer Tena
Closes #1243 Authored by: AxiosDeminence
2022-08-01[extractors/holodex] Add extractor (#4434)sqrtNOT
Closes #726 Authored by: sqrtNOT, pukkandan
2022-08-01[extractor/youtube] Add `live_status=post_live` (#4495)lazypete365
Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365
2022-07-31[downloader] Add average speed to final progress linepukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/31122
2022-07-31[cleanup] Miscpukkandan
2022-07-31[utils] sanitize_open: Allow any IO stream as stdoutpukkandan
Fixes: https://github.com/yt-dlp/yt-dlp/issues/3298#issuecomment-1181754989
2022-07-31[outtmpl] Treat empty values as None in filenamespukkandan
Workaround for #4485
2022-07-31Validate `--merge-output-format`pukkandan
Closes #4489
2022-07-31[utils, cleanup] Consolidate known media extensionspukkandan
2022-07-31[mhtml, cleanup] Use imghdrpukkandan
2022-07-31[ffmpeg] Set `ffmpeg_location` in a contextvarpukkandan
Fixes #2191 for the CLI, but not when used through the API
2022-07-31[webvtt, extractor/youtube] Extract auto-subs from livestream VODspukkandan
Closes #4130 Authored by: pukkandan, fstirlitz
2022-07-31[extractor/youtube] Parse translated subtitles only when requestedpukkandan
Closes #4274
2022-07-31[metadataparser] Don't set `None` when the field didn't matchpukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/31118#issuecomment-1198254512
2022-07-31[extractor/ESPN] Extract duration (#4499)ischmidt20
Authored by: ischmidt20
2022-07-30[extractor/twitch] Extract chapters for single chapter VODs (#4453)mpeter50
Closes #4421 Authored by: mpeter50
2022-07-30[extractor/doodstream] Support more domains (#4493)Galiley
Authored by: Galiley
2022-07-30[extractor/stripchat] Fix _VALID_URL (#4491)Anant Murmu
Closes https://github.com/yt-dlp/yt-dlp/issues/4486 Authored by: freezboltz
2022-07-30[extractor/cloudflarestream] Fix video_id padding (#4384)haobinliang
Fixes https://github.com/ytdl-org/youtube-dl/issues/26640 Authored by: haobinliang
2022-07-30[extractor/ina] Improve extractor (#4487)Elyse
Closes #4419 Authored by: elyse0
2022-07-29[extractor/archiveorg] Improve handling of formats (#4461)coletdjnz
* Ignore private formats if not logged in (fixes https://github.com/yt-dlp/yt-dlp/issues/3832) * Prefer original formats * Support mpg formats Authored by: coletdjnz, pukkandan
2022-07-28[extractor/bbc] Fix news articles (#4472)ajj8
Authored by: ajj8
2022-07-28[extractor/arte] Fix title extractionpukkandan
Fixes: https://github.com/yt-dlp/yt-dlp/pull/3302#issuecomment-1197568420
2022-07-28[extractor/vk] Fix extractor (#4128)Mehavoid
Closes #4437 Authored by: Mehavoid
2022-07-28[extractor/NaverNow] Change endpoint (#4457)ping
Authored by: ping
2022-07-28[extractor/arte] Move to v2 API (#3302)Felix S
Closes #3622, #3502, #3086 Authored by: fstirlitz, pukkandan
2022-07-27[extractor/tempo] Add extractor (#4463)HobbyistDev
Authored by: HobbyistDev