Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [build] Update pyinstaller | shirt | 2022-07-17 | 1 | -2/+2 |
| | |||||
* | Remove Python 3.6 support | pukkandan | 2022-07-18 | 14 | -58/+24 |
| | | | | Closes #3764 | ||||
* | [version] update | github-actions | 2022-07-18 | 7 | -26/+26 |
| | | | | | | Created by: pukkandan :ci skip all :ci run dl | ||||
* | Release 2022.07.18 | pukkandan | 2022-07-18 | 4 | -0/+104 |
| | |||||
* | [cleanup] Misc | pukkandan | 2022-07-18 | 10 | -26/+40 |
| | |||||
* | Fix bug in 2aab569f1c4c0c5b991a4ad50913d82fd04b3d26 | pukkandan | 2022-07-18 | 1 | -2/+3 |
| | | | | Closes #4371 | ||||
* | [extractor/MangoTV] Fix subtitle languages | pukkandan | 2022-07-18 | 1 | -2/+3 |
| | | | | Closes #4315 | ||||
* | [extractor/BiliIntl] Fix subtitle extraction | pukkandan | 2022-07-18 | 1 | -3/+5 |
| | | | | | Closes #4359 Authored by: MinePlayersPE | ||||
* | [extractor/wetv] Add extractors (#4330) | Elyse | 2022-07-18 | 2 | -0/+210 |
| | | | | Closes #1115 Authored by: elyse0 | ||||
* | [extractor/wikimedia] Add extractor (#4314) | Ehtisham Sabir | 2022-07-18 | 2 | -0/+56 |
| | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/30796 Authored by: EhtishamSabir, pukkandan | ||||
* | [extractor/Netverse] Improve playlist extractor (#3854) | HobbyistDev | 2022-07-18 | 1 | -43/+43 |
| | | | Authored by: HobbyistDev | ||||
* | [extractor/rtvsl] Add extractor (#2586) | chris | 2022-07-18 | 2 | -0/+149 |
| | | | Authored by: iw0nderhow, pukkandan | ||||
* | [update] Prepare to remove Python 3.6 support | pukkandan | 2022-07-17 | 2 | -9/+17 |
| | |||||
* | [compat] Let PyInstaller detect _legacy module | pukkandan | 2022-07-17 | 3 | -14/+8 |
| |