Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [extractor/YahooJapanNews] Fix extractor (#4480) | Lesmiscore | 2022-08-01 | 1 | -75/+43 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor/yandexmusic] Extract higher quality format | pukkandan | 2022-08-01 | 1 | -2/+1 | |
| | | | | Closes #4512 | |||||
* | [FFmpegThumbnailsConvertor] Fix conversion from GIF | pukkandan | 2022-08-01 | 1 | -1/+2 | |
| | | | | Closes #2988 | |||||
* | [docs] Clarify `best*` | pukkandan | 2022-08-01 | 1 | -1/+1 | |
| | | | | Closes #4373 | |||||
* | [docs] Fix capitalization in references (#4515) | christoph-heinrich | 2022-08-01 | 2 | -5/+5 | |
| | | | Authored by: christoph-heinrich | |||||
* | [extractor/angel] Add extractor (#4410) | Juhmer Tena | 2022-08-01 | 2 | -0/+57 | |
| | | | | Closes #1243 Authored by: AxiosDeminence | |||||
* | [extractors/holodex] Add extractor (#4434) | sqrtNOT | 2022-08-01 | 2 | -0/+101 | |
| | | | | Closes #726 Authored by: sqrtNOT, pukkandan | |||||
* | [extractor/youtube] Add `live_status=post_live` (#4495) | lazypete365 | 2022-08-01 | 3 | -9/+11 | |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/1564 Authored by: lazypete365 | |||||
* | [downloader] Add average speed to final progress line | pukkandan | 2022-07-31 | 1 | -0/+4 | |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/31122 | |||||
* | [cleanup] Misc | pukkandan | 2022-07-31 | 6 | -20/+20 | |
| | ||||||
* | [utils] sanitize_open: Allow any IO stream as stdout | pukkandan | 2022-07-31 | 1 | -1/+3 | |
| | | | | Fixes: https://github.com/yt-dlp/yt-dlp/issues/3298#issuecomment-1181754989 | |||||
* | [outtmpl] Treat empty values as None in filenames | pukkandan | 2022-07-31 | 1 | -0/+3 | |
| | | | | Workaround for #4485 | |||||
* | Validate `--merge-output-format` | pukkandan | 2022-07-31 | 4 | -7/+11 | |
| | | | | Closes #4489 | |||||
* | [utils, cleanup] Consolidate known media extensions | pukkandan | 2022-07-31 | 6 | -33/+35 | |
| | ||||||
* | [mhtml, cleanup] Use imghdr | pukkandan | 2022-07-31 | 2 | -14/+9 | |
| | ||||||
* | [ffmpeg] Set `ffmpeg_location` in a contextvar | pukkandan | 2022-07-31 | 2 | -1/+10 | |
| | | | | Fixes #2191 for the CLI, but not when used through the API | |||||
* | [webvtt, extractor/youtube] Extract auto-subs from livestream VODs | pukkandan | 2022-07-31 | 2 | -16/+36 | |
| | | | | | | Closes #4130 Authored by: pukkandan, fstirlitz | |||||
* | [extractor/youtube] Parse translated subtitles only when requested | pukkandan | 2022-07-31 | 1 | -1/+4 | |
| | | | | Closes #4274 | |||||
* | [metadataparser] Don't set `None` when the field didn't match | pukkandan | 2022-07-31 | 1 | -3/+3 | |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/31118#issuecomment-1198254512 | |||||
* | [extractor/ESPN] Extract duration (#4499) | ischmidt20 | 2022-07-31 | 1 | -9/+15 | |
| | | | Authored by: ischmidt20 | |||||
* | [extractor/twitch] Extract chapters for single chapter VODs (#4453) | mpeter50 | 2022-07-30 | 1 | -4/+43 | |
| | | | | Closes #4421 Authored by: mpeter50 | |||||
* | [extractor/doodstream] Support more domains (#4493) | Galiley | 2022-07-30 | 1 | -2/+6 | |
| | | | Authored by: Galiley | |||||
* | [extractor/stripchat] Fix _VALID_URL (#4491) | Anant Murmu | 2022-07-30 | 1 | -1/+4 | |
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/4486 Authored by: freezboltz | |||||
* | [extractor/cloudflarestream] Fix video_id padding (#4384) | haobinliang | 2022-07-30 | 1 | -1/+1 | |
| | | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/26640 Authored by: haobinliang | |||||
* | [extractor/ina] Improve extractor (#4487) | Elyse | 2022-07-30 | 1 | -10/+31 | |
| | | | | Closes #4419 Authored by: elyse0 | |||||
* | [extractor/archiveorg] Improve handling of formats (#4461) | coletdjnz | 2022-07-29 | 2 | -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) | ajj8 | 2022-07-28 | 1 | -1/+1 | |
| | | | Authored by: ajj8 | |||||
* | [extractor/arte] Fix title extraction | pukkandan | 2022-07-28 | 1 | -2/+16 | |
| | | | | Fixes: https://github.com/yt-dlp/yt-dlp/pull/3302#issuecomment-1197568420 | |||||
* | [extractor/vk] Fix extractor (#4128) | Mehavoid | 2022-07-28 | 1 | -24/+65 | |
| | | | | Closes #4437 Authored by: Mehavoid | |||||
* | [extractor/NaverNow] Change endpoint (#4457) | ping | 2022-07-28 | 1 | -29/+33 | |
| | | | Authored by: ping | |||||
* | [extractor/arte] Move to v2 API (#3302) | Felix S | 2022-07-28 | 1 | -171/+168 | |
| | | | | | Closes #3622, #3502, #3086 Authored by: fstirlitz, pukkandan | |||||
* | [extractor/tempo] Add extractor (#4463) | HobbyistDev | 2022-07-27 | 2 | -0/+54 | |
| | | | Authored by: HobbyistDev | |||||
* | Bugfix for f1042989c16795b9f75edd7856b1257570ab40e3 | pukkandan | 2022-07-27 | 1 | -3/+3 | |
| | ||||||
* | Fix bugs in 3bec830a597e8c7ab0d9f4e1258dc4a1be0b1de4 | pukkandan | 2022-07-27 | 1 | -3/+4 | |
| | | | | Closes #4454 | |||||
* | [crunchyroll] Fix language code in _VALID_URLs | pukkandan | 2022-07-27 | 1 | -3/+6 | |
| | | | | Closes #4451 | |||||
* | [extractor/Go] Extract timestamp (#4186) | ischmidt20 | 2022-07-26 | 1 | -20/+35 | |
| | | | Authored by: ischmidt20 | |||||
* | [extractor/hidive] Fix cookie login when netrc is also given (#4447) | winterbird-code | 2022-07-26 | 1 | -1/+3 | |
| | | | | | Closes #3336 Authored by: winterbird-code | |||||
* | [youtube,twitch] Allow waiting for channels to become live | pukkandan | 2022-07-26 | 4 | -8/+25 | |
| | | | | Closes #2597 | |||||
* | Reject entire playlists faster with `--match-filter` | pukkandan | 2022-07-26 | 3 | -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) | Burve | 2022-07-26 | 1 | -34/+24 | |
| | | | | | Closes #4399 Authored by pukkandan, Burve | |||||
* | [extractor/dplay] Add MotorTrend extractor (#4446) | Sipherdrakon | 2022-07-26 | 2 | -0/+28 | |
| | | | Authored by: Sipherdrakon | |||||
* | [extractor/rai] Fix RaiNews extraction (#4380) | nixxo | 2022-07-24 | 2 | -74/+104 | |
| | | | | | Authored by: nixxo Closes #3911 | |||||
* | [extractor/zee5] Update Device ID (#4423) | m4tu4g | 2022-07-24 | 1 | -10/+10 | |
| | | | | | Closes #4378 Authored by: m4tu4g | |||||
* | [extractor/tubi] Exclude playlists from playlist entries (#4416) | sqrtNOT | 2022-07-23 | 1 | -0/+3 | |
| | | | | | Closes #4409 Authored by: sqrtNOT | |||||
* | [extractor/patreon] Fix and improve extractors (#4398) | coletdev | 2022-07-22 | 2 | -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) | sqrtNOT | 2022-07-21 | 1 | -0/+5 | |
| | | | | Closes #4400 Authored by: sqrtNOT | |||||
* | [extractor/globo:article] Remove false positives (#4396) | Bricio | 2022-07-20 | 1 | -6/+14 | |
| | | | Authored by: Bricio | |||||
* | [docs] Fix bug report issue template | pukkandan | 2022-07-19 | 2 | -2/+2 | |
| | | | | Closes #4393 | |||||
* | `--compat-option no-live-chat` should disable danmaku | pukkandan | 2022-07-19 | 2 | -5/+5 | |
| | | | | Closes #4387 | |||||
* | [extractor/AbemaTVTitle] Implement paging (#4376) | Lesmiscore | 2022-07-18 | 1 | -83/+115 | |
| | | | Authored by: Lesmiscore |