aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [extractor/cloudflarestream] Fix video_id padding (#4384)haobinliang2022-07-301-1/+1
| | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/26640 Authored by: haobinliang
* [extractor/ina] Improve extractor (#4487)Elyse2022-07-301-10/+31
| | | | Closes #4419 Authored by: elyse0
* [extractor/archiveorg] Improve handling of formats (#4461)coletdjnz2022-07-292-9/+95
| | | | | | | * 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
* [extractor/bbc] Fix news articles (#4472)ajj82022-07-281-1/+1
| | | Authored by: ajj8
* [extractor/arte] Fix title extractionpukkandan2022-07-281-2/+16
| | | | Fixes: https://github.com/yt-dlp/yt-dlp/pull/3302#issuecomment-1197568420
* [extractor/vk] Fix extractor (#4128)Mehavoid2022-07-281-24/+65
| | | | Closes #4437 Authored by: Mehavoid
* [extractor/NaverNow] Change endpoint (#4457)ping2022-07-281-29/+33
| | | Authored by: ping
* [extractor/arte] Move to v2 API (#3302)Felix S2022-07-281-171/+168
| | | | | Closes #3622, #3502, #3086 Authored by: fstirlitz, pukkandan
* [extractor/tempo] Add extractor (#4463)HobbyistDev2022-07-272-0/+54
| | | Authored by: HobbyistDev
* Bugfix for f1042989c16795b9f75edd7856b1257570ab40e3pukkandan2022-07-271-3/+3
|
* Fix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4pukkandan2022-07-271-3/+4
| | | | Closes #4454
* [crunchyroll] Fix language code in _VALID_URLspukkandan2022-07-271-3/+6
| | | | Closes #4451
* [extractor/Go] Extract timestamp (#4186)ischmidt202022-07-261-20/+35
| | | Authored by: ischmidt20
* [extractor/hidive] Fix cookie login when netrc is also given (#4447)winterbird-code2022-07-261-1/+3
| | | | | Closes #3336 Authored by: winterbird-code
* [youtube,twitch] Allow waiting for channels to become livepukkandan2022-07-264-8/+25
| | | | Closes #2597
* Reject entire playlists faster with `--match-filter`pukkandan2022-07-263-32/+39
| | | | | | Rejected based on `playlist_id` etc can be checked before any entries are extracted Related: #4383
* [extractor/Crunchyroll] Handle missing metadata correctly (#4405)Burve2022-07-261-34/+24
| | | | | Closes #4399 Authored by pukkandan, Burve
* [extractor/dplay] Add MotorTrend extractor (#4446)Sipherdrakon2022-07-262-0/+28
| | | Authored by: Sipherdrakon
* [extractor/rai] Fix RaiNews extraction (#4380)nixxo2022-07-242-74/+104
| | | | | Authored by: nixxo Closes #3911
* [extractor/zee5] Update Device ID (#4423)m4tu4g2022-07-241-10/+10
| | | | | Closes #4378 Authored by: m4tu4g
* [extractor/tubi] Exclude playlists from playlist entries (#4416)sqrtNOT2022-07-231-0/+3
| | | | | Closes #4409 Authored by: sqrtNOT
* [extractor/patreon] Fix and improve extractors (#4398)coletdev2022-07-222-71/+265
| | | | | | | | * 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
* [vgtv] Support tv.vg.no (#4404)sqrtNOT2022-07-211-0/+5
| | | | Closes #4400 Authored by: sqrtNOT
* [extractor/globo:article] Remove false positives (#4396)Bricio2022-07-201-6/+14
| | | Authored by: Bricio
* [docs] Fix bug report issue templatepukkandan2022-07-192-2/+2
| | | | Closes #4393
* `--compat-option no-live-chat` should disable danmakupukkandan2022-07-192-5/+5
| | | | Closes #4387
* [extractor/AbemaTVTitle] Implement paging (#4376)Lesmiscore2022-07-181-83/+115
| | | Authored by: Lesmiscore
* [build] Update pyinstallershirt2022-07-171-2/+2
|
* Remove Python 3.6 supportpukkandan2022-07-1814-58/+24
| | | | Closes #3764
* [version] updategithub-actions2022-07-187-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.07.18pukkandan2022-07-184-0/+104
|
* [cleanup] Miscpukkandan2022-07-1810-26/+40
|
* Fix bug in 2aab569f1c4c0c5b991a4ad50913d82fd04b3d26pukkandan2022-07-181-2/+3
| | | | Closes #4371
* [extractor/MangoTV] Fix subtitle languagespukkandan2022-07-181-2/+3
| | | | Closes #4315
* [extractor/BiliIntl] Fix subtitle extractionpukkandan2022-07-181-3/+5
| | | | | Closes #4359 Authored by: MinePlayersPE
* [extractor/wetv] Add extractors (#4330)Elyse2022-07-182-0/+210
| | | | Closes #1115 Authored by: elyse0
* [extractor/wikimedia] Add extractor (#4314)Ehtisham Sabir2022-07-182-0/+56
| | | | Based on https://github.com/ytdl-org/youtube-dl/pull/30796 Authored by: EhtishamSabir, pukkandan
* [extractor/Netverse] Improve playlist extractor (#3854)HobbyistDev2022-07-181-43/+43
| | | Authored by: HobbyistDev
* [extractor/rtvsl] Add extractor (#2586)chris2022-07-182-0/+149
| | | Authored by: iw0nderhow, pukkandan
* [update] Prepare to remove Python 3.6 supportpukkandan2022-07-172-9/+17
|
* [compat] Let PyInstaller detect _legacy modulepukkandan2022-07-173-14/+8
|