aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ZingMp3] Add chart and user extractors (#3423)Ha Tien Loi2022-05-072-16/+229
| | | Authored by: hatienl0i261299
* [gronkh] Add playlist extractors (#3337)Ha Tien Loi2022-05-072-2/+63
| | | | Closes #3300 Authored by: hatienl0i261299
* [youtube] Deprioritize format 22pukkandan2022-05-071-1/+2
| | | | Reduces chance of encountering #3372
* [VideocampusSachsen] Improve extractor (#3604)FestplattenSchnitzel2022-05-052-47/+117
| | | Authored by: FestplattenSchnitzel
* [iwara] Add playlist extractors (#3639)i6t2022-05-042-5/+96
| | | Authored by: i6t
* [KhanAcademy] Fix extractor (#3462)rand-net2022-05-041-6/+11
| | | Authored by: rand-net
* [TVer] Improve extraction (#3634)Lesmiscore2022-05-041-16/+27
| | | Authored by: Lesmiscore
* [Likee] Add extractor (#3625)Ha Tien Loi2022-05-042-0/+197
| | | | Closes #3603 Authored by: hatienl0i261299
* [Fifa] Sort formatspukkandan2022-05-041-3/+4
| | | | Closes #3632
* [masters] Add extractor (#3358)m4tu4g2022-05-022-0/+40
| | | | Closes #3240 Authored by: m4tu4g
* [Fifa] Add Extractor (#3414)Bricio2022-05-022-0/+109
| | | | Closes #3408 Authored by: Bricio
* [trovo] Update to new API (#3509)nyuszika7h2022-05-021-89/+145
| | | | Closes #3457 Authored by: nyuszika7h
* Add support for SSL client certificate authentication (#3435)coletdev2022-05-0216-0/+176
| | | | | | | Adds `--client-certificate`, `--client-certificate-key`, `--client-certificate-password` Authored-by: coletdjnz Co-authored-by: df <fieldhouse@gmx.net> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
* Fix redirect HTTP method handling (#3577)coletdev2022-05-011-1/+13
| | | Authored by: coletdjnz
* [BilibiliLive] Add extractor (#3406)HE70862022-05-012-0/+87
| | | Authored by: HE7086, pukkandan
* [hls] Fix unapplied byte_range for EXT-X-MAP fragmentfelix2022-05-021-8/+8
| | | | | Cherry-picked from #3302 Authored by: fstirlitz
* [LCI] Fix extractor (#3534)Marwen Dallel2022-05-011-12/+17
| | | Authored by: MarwenDallel
* [utils] `locked_file`: Ignore illegal seek on `truncate` (#3610)Justin Keogh2022-05-011-1/+5
| | | | | Closes #3557 Authored by: jakeogh
* [youtube] Add YoutubeStoriesIE (#3362)coletdev2022-05-013-15/+82
| | | | | Get channel stories with `ytstories:<channel UCID>` Authored-by: coletdjnz
* [cleanup] Misc fixes (see desc)pukkandan2022-05-016-15/+13
| | | | | | | | * Do not warn when fixup is skipped for existing file * [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors * [utils] write_string: Fix bug in 59f943cd5097e9bdbc3cb3e6b5675e43d369341a * [utils] parse_codecs: Subtitle codec is generally referred to as `scodec`. https://github.com/yt-dlp/yt-dlp/pull/2174#discussion_r790156048 * [docs] Remove note about permissions. Closes #3597
* [XAttrMetadata] Refactor and document dependenciespukkandan2022-05-015-119/+82
|
* [EmbedThumbnail] Do not obey `-k`pukkandan2022-05-015-21/+29
|
* [utils] YoutubeDLCookieJar: Detect and reject JSON file (#3599)Lesmiscore2022-05-011-0/+4
| | | Authored by: Lesmiscore
* [reddit] Prevent infinite looppukkandan2022-04-291-0/+11
| | | | Closes #3588
* [youtube] De-prioritize auto-generated thumbnailspukkandan2022-04-291-5/+5
| | | | Closes #3112
* [cleanup] Misc fixespukkandan2022-04-2919-42/+75
| | | | Closes #3565, https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
* [doc] Minor improvementspukkandan2022-04-296-26/+51
| | | | Closes #3518, Closes #3560
* [build] Fix `--onedir` on macOSpukkandan2022-04-281-4/+4
| | | | Closes #3584
* `--match-filter -` to interactively ask for each videopukkandan2022-04-285-7/+28
|
* [utils] `write_string`: Workaround newline issue in `conhost`pukkandan2022-04-282-1/+5
| | | | | | | | | On windows `conhost`, when `WINDOWS_VT_MODE` is enabled, `\n` is not actually sent if the window is exactly the length of printed line, and the line does not end with a white-space character. So the line-break disappears when resizing the window. Fixes #1863
* Improve `--clean-infojson`pukkandan2022-04-287-15/+21
| | | | | It should not removes fields that may be needed for `--load-infojson`. Eg: `_ffmpeg_args`, `_has_drm`
* [lrt] Support livestreams (#3555)Giedrius Statkevičius2022-04-282-10/+52
| | | Authored by: GiedriusS
* [extractor] Update `manifest_url`s after redirect (#3575)Elyse2022-04-271-11/+23
| | | Authored by: elyse0
* [InfoQ] Don't fail on missing audio format (#3573)Evan Spensley2022-04-271-2/+7
| | | | Closes #3441 Authored by: evansp
* [extractor] Update dash `manifest_url` after redirects (#3563)Elyse2022-04-271-1/+4
| | | | Closes #2696 Authored by: elyse0
* [twitcasting] Pass headers for each formats (#3568)Lesmiscore2022-04-281-0/+1
| | | Authored by: Lesmiscore
* [Niconico] Support 2FA (#3559)ekangmonyet2022-04-271-10/+22
| | | Authored by: ekangmonyet
* [cleanup,build] Cleanup some build-related codepukkandan2022-04-278-38/+60
| | | | Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
* [cleanup] Delete unused extractorspukkandan2022-04-2710-770/+0
|
* [ffmpeg] Fix features detectionpukkandan2022-04-271-1/+2
|
* [Metadata] Remove filename from attached info-jsonpukkandan2022-04-271-2/+5
|
* [downloader/ffmpeg] Specify headers for each URL (#3553)Elyse2022-04-261-6/+13
| | | | Closes #2696 Authored by: elyse0
* [build] Ensure `compat._legacy` is packed in executablespukkandan2022-04-262-0/+3
| | | | Fixes https://github.com/yt-dlp/yt-dlp/commit/9196cbfe8bb7a6eb46037735b76f21963dfdc61a#commitcomment-72192406
* [compat/asyncio] Use `asyncio.all_tasks`pukkandan2022-04-264-20/+11
|
* [compat] Ensure submodules are correctly wrappedpukkandan2022-04-266-22/+73
|
* Revert acbc64225006964cf52d316e007a77a1b5e2975bpukkandan2022-04-261-13/+8
| | | | | | Reverts "[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation" The warning should not be suppressed. We need to address it
* [downloader/fc2] Stop heatbeating once FFmpeg finishesLesmiscore2022-04-251-1/+8
| | | | Authored by: Lesmiscore
* [utils] WebSocketsWrapper: Ignore warnings at websockets instantiationLesmiscore2022-04-251-6/+13
| | | | | | | This also fixes crash caused by moving asyncio to .compat. Authored by: Lesmiscore Thanks: J.Chung at Discord (581418557871620106)
* [bandcamp] Exclude merch links (#3368)Yipten2022-04-231-1/+1
| | | | Closes #3318 Authored by: Yipten
* [icareus] Add extractor (#3320)Teemu Ikonen2022-04-232-0/+181
| | | Authored by: tpikonen, pukkandan