i6t
ff4d7860d5
[iwara] Add playlist extractors ( #3639 )
...
Authored by: i6t
3 years ago
rand-net
4f7a98c565
[KhanAcademy] Fix extractor ( #3462 )
...
Authored by: rand-net
3 years ago
Lesmiscore
b58f8d8f2c
[TVer] Improve extraction ( #3634 )
...
Authored by: Lesmiscore
3 years ago
Ha Tien Loi
f963b7ab18
[Likee] Add extractor ( #3625 )
...
Closes #3603
Authored by: hatienl0i261299
3 years ago
pukkandan
86925f6334
[Fifa] Sort formats
...
Closes #3632
3 years ago
m4tu4g
468f104ce7
[masters] Add extractor ( #3358 )
...
Closes #3240
Authored by: m4tu4g
3 years ago
Bricio
cbc6ee10da
[Fifa] Add Extractor ( #3414 )
...
Closes #3408
Authored by: Bricio
3 years ago
nyuszika7h
6ef5ad9e29
[trovo] Update to new API ( #3509 )
...
Closes #3457
Authored by: nyuszika7h
3 years ago
coletdev
bb58c9ed5c
Add support for SSL client certificate authentication ( #3435 )
...
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>
3 years ago
coletdev
afac4caa7d
Fix redirect HTTP method handling ( #3577 )
...
Authored by: coletdjnz
3 years ago
HE7086
b4f536626a
[BilibiliLive] Add extractor ( #3406 )
...
Authored by: HE7086, pukkandan
3 years ago
felix
e4fa34a13e
[hls] Fix unapplied byte_range for EXT-X-MAP fragment
...
Cherry-picked from #3302
Authored by: fstirlitz
3 years ago
Marwen Dallel
1a7cd9c487
[LCI] Fix extractor ( #3534 )
...
Authored by: MarwenDallel
3 years ago
Justin Keogh
131e14dc66
[utils] `locked_file`: Ignore illegal seek on `truncate` ( #3610 )
...
Closes #3557
Authored by: jakeogh
3 years ago
coletdev
6e634cbe42
[youtube] Add YoutubeStoriesIE ( #3362 )
...
Get channel stories with `ytstories:<channel UCID>`
Authored-by: coletdjnz
3 years ago
pukkandan
3fe75fdc80
[cleanup] Misc fixes (see desc)
...
* Do not warn when fixup is skipped for existing file
* [fragment] Fix `--skip-unavailable-fragments` for HTTP Errors
* [utils] write_string: Fix bug in 59f943cd50
* [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
3 years ago
pukkandan
6f7563beb7
[XAttrMetadata] Refactor and document dependencies
3 years ago
pukkandan
43d7f5a5d0
[EmbedThumbnail] Do not obey `-k`
3 years ago
Lesmiscore
94aa064497
[utils] YoutubeDLCookieJar: Detect and reject JSON file ( #3599 )
...
Authored by: Lesmiscore
3 years ago
pukkandan
07689fc149
[reddit] Prevent infinite loop
...
Closes #3588
3 years ago
pukkandan
bfec31bec8
[youtube] De-prioritize auto-generated thumbnails
...
Closes #3112
3 years ago
pukkandan
1d485a1a79
[cleanup] Misc fixes
...
Closes #3565 , https://github.com/yt-dlp/yt-dlp/issues/3514#issuecomment-1105944364
3 years ago
pukkandan
0a41f331cc
[doc] Minor improvements
...
Closes #3518 , Closes #3560
3 years ago
pukkandan
e1e1ea54ae
[build] Fix `--onedir` on macOS
...
Closes #3584
3 years ago
pukkandan
492272fed6
`--match-filter -` to interactively ask for each video
3 years ago
pukkandan
59f943cd50
[utils] `write_string`: Workaround newline issue in `conhost`
...
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
3 years ago
pukkandan
0a5a191a2a
Improve `--clean-infojson`
...
It should not removes fields that may be needed for `--load-infojson`.
Eg: `_ffmpeg_args`, `_has_drm`
3 years ago
Giedrius Statkevičius
4877f9055c
[lrt] Support livestreams ( #3555 )
...
Authored by: GiedriusS
3 years ago
Elyse
a076c1f97a
[extractor] Update `manifest_url`s after redirect ( #3575 )
...
Authored by: elyse0
3 years ago
Evan Spensley
b3602f6824
[InfoQ] Don't fail on missing audio format ( #3573 )
...
Closes #3441
Authored by: evansp
3 years ago
Elyse
779da8e31b
[extractor] Update dash `manifest_url` after redirects ( #3563 )
...
Closes #2696
Authored by: elyse0
3 years ago
Lesmiscore
997378f9df
[twitcasting] Pass headers for each formats ( #3568 )
...
Authored by: Lesmiscore
3 years ago
ekangmonyet
83bfb5e290
[Niconico] Support 2FA ( #3559 )
...
Authored by: ekangmonyet
3 years ago
pukkandan
c171445431
[cleanup,build] Cleanup some build-related code
...
Fixes an issue in 7ab56be2c7
3 years ago
pukkandan
4f80952353
[cleanup] Delete unused extractors
3 years ago
pukkandan
e13945a2fe
[ffmpeg] Fix features detection
3 years ago
pukkandan
ca04e1bf49
[Metadata] Remove filename from attached info-json
3 years ago
Elyse
00828e2c93
[downloader/ffmpeg] Specify headers for each URL ( #3553 )
...
Closes #2696
Authored by: elyse0
3 years ago
pukkandan
7ab56be2c7
[build] Ensure `compat._legacy` is packed in executables
...
Fixes 9196cbfe8b (commitcomment-72192406)
3 years ago
pukkandan
059bc4db19
[compat/asyncio] Use `asyncio.all_tasks`
3 years ago
pukkandan
9196cbfe8b
[compat] Ensure submodules are correctly wrapped
3 years ago
pukkandan
9cd080508d
Revert acbc642250
...
Reverts "[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation"
The warning should not be suppressed. We need to address it
3 years ago
Lesmiscore
69b59b4b4b
[downloader/fc2] Stop heatbeating once FFmpeg finishes
...
Authored by: Lesmiscore
3 years ago
Lesmiscore
acbc642250
[utils] WebSocketsWrapper: Ignore warnings at websockets instantiation
...
This also fixes crash caused by moving asyncio to .compat.
Authored by: Lesmiscore
Thanks: J.Chung at Discord (581418557871620106)
3 years ago
Yipten
96b49af01c
[bandcamp] Exclude merch links ( #3368 )
...
Closes #3318
Authored by: Yipten
3 years ago
Teemu Ikonen
52c2af8298
[icareus] Add extractor ( #3320 )
...
Authored by: tpikonen, pukkandan
3 years ago
pukkandan
a1ddaa899c
[hotstar] Refactor extractors
...
Closes #3517
3 years ago
pukkandan
6534298b12
[build] Avoid use of `install -D`
...
Closes #3429
3 years ago
pukkandan
90f4229409
[telegram] Fix metadata extraction
...
Closes #3528
3 years ago
pukkandan
b0f636beb4
[Sponsorblock] Don't crash when duration is unknown
...
CLoses #3529
3 years ago