aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2022-07-27Bugfix for f1042989c16795b9f75edd7856b1257570ab40e3pukkandan
2022-07-27Fix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4pukkandan
Closes #4454
2022-07-27[crunchyroll] Fix language code in _VALID_URLspukkandan
Closes #4451
2022-07-26[extractor/Go] Extract timestamp (#4186)ischmidt20
Authored by: ischmidt20
2022-07-26[extractor/hidive] Fix cookie login when netrc is also given (#4447)winterbird-code
Closes #3336 Authored by: winterbird-code
2022-07-26[youtube,twitch] Allow waiting for channels to become livepukkandan
Closes #2597
2022-07-26Reject entire playlists faster with `--match-filter`pukkandan
Rejected based on `playlist_id` etc can be checked before any entries are extracted Related: #4383
2022-07-26[extractor/Crunchyroll] Handle missing metadata correctly (#4405)Burve
Closes #4399 Authored by pukkandan, Burve
2022-07-26[extractor/dplay] Add MotorTrend extractor (#4446)Sipherdrakon
Authored by: Sipherdrakon
2022-07-24[extractor/rai] Fix RaiNews extraction (#4380)nixxo
Authored by: nixxo Closes #3911
2022-07-24[extractor/zee5] Update Device ID (#4423)m4tu4g
Closes #4378 Authored by: m4tu4g
2022-07-23[extractor/tubi] Exclude playlists from playlist entries (#4416)sqrtNOT
Closes #4409 Authored by: sqrtNOT
2022-07-22[extractor/patreon] Fix and improve extractors (#4398)coletdev
* Add workaround for 403s - Fixes https://github.com/yt-dlp/yt-dlp/issues/3631 * Support m3u8 post file videos - Fixes https://github.com/yt-dlp/yt-dlp/issues/2277 * Raise useful error messages - Fixes https://github.com/yt-dlp/yt-dlp/issues/2914 * `--write-comments` support Authored by: coletdjnz, pukkandan
2022-07-21[vgtv] Support tv.vg.no (#4404)sqrtNOT
Closes #4400 Authored by: sqrtNOT
2022-07-20[extractor/globo:article] Remove false positives (#4396)Bricio
Authored by: Bricio
2022-07-19[docs] Fix bug report issue templatepukkandan
Closes #4393
2022-07-19`--compat-option no-live-chat` should disable danmakupukkandan
Closes #4387
2022-07-18[extractor/AbemaTVTitle] Implement paging (#4376)Lesmiscore
Authored by: Lesmiscore
2022-07-17[build] Update pyinstallershirt
2022-07-18Remove Python 3.6 supportpukkandan
Closes #3764
2022-07-18[version] update2022.07.18github-actions
Created by: pukkandan :ci skip all :ci run dl
2022-07-18Release 2022.07.18pukkandan
2022-07-18[cleanup] Miscpukkandan
2022-07-18Fix bug in 2aab569f1c4c0c5b991a4ad50913d82fd04b3d26pukkandan
Closes #4371
2022-07-18[extractor/MangoTV] Fix subtitle languagespukkandan
Closes #4315
2022-07-18[extractor/BiliIntl] Fix subtitle extractionpukkandan
Closes #4359 Authored by: MinePlayersPE
2022-07-18[extractor/wetv] Add extractors (#4330)Elyse
Closes #1115 Authored by: elyse0
2022-07-18[extractor/wikimedia] Add extractor (#4314)Ehtisham Sabir
Based on https://github.com/ytdl-org/youtube-dl/pull/30796 Authored by: EhtishamSabir, pukkandan
2022-07-18[extractor/Netverse] Improve playlist extractor (#3854)HobbyistDev
Authored by: HobbyistDev
2022-07-18[extractor/rtvsl] Add extractor (#2586)chris
Authored by: iw0nderhow, pukkandan
2022-07-17[update] Prepare to remove Python 3.6 supportpukkandan
2022-07-17[compat] Let PyInstaller detect _legacy modulepukkandan