Commit Graph

1676 Commits (af4944d84b857f285bcf70b33edcbef5ad400a31)

Author SHA1 Message Date
pukkandan af4944d84b
Fix bug in 8a7f68d0b1
Closes 
David e7870111e8
[YouTube] Add new age-gate bypass ()
Closes 
Authored by: zerodytrash, pukkandan
pukkandan 8a7f68d0b1
[ffmpeg] Cache version data
Related: https://github.com/dasl-/pifi/issues/9
Ha Tien Loi 9139d2fae0
[WasdTV] Add extractor ()
Closes 
Authored by: un-def, hatienl0i261299
nyuszika7h bdd60588b0
[viki] Don't attempt to modify URLs with signature ()
Closes 
Authored by: nyuszika7h
Luc Ritchie f5f15c9993
[BiliIntl] Support user-generated videos ()
Authored by: wlritchi
pukkandan cb96c5be70
Fix `--no-overwrite` for playlist infojson
Fixes: https://github.com/yt-dlp/yt-dlp/issues/1467#issuecomment-1079922971
pukkandan 90137ca4be
[utils] Add `filter_dict`
coletdev 1c1b2f96ae
[youtube:tab] Fix duration extraction for shorts ()
Related: https://github.com/TeamNewPipe/NewPipe/issues/8034
Authored-by: coletdjnz
Felix S 47b8bf207b
[go,viu] Extract subtitles from the m3u8 manifest ()
Authored by: fstirlitz
Tim Schindler 4628a3aa75
[ITProTV] Add extractor ()
Authored by: aaearon
mehq 5b4bb715e6
[BanBye] Add extractor ()
Closes 
Authored by: mehq
pukkandan 1235d333ab
[youtube] Fix auto-translated automatic captions
d49669acad only covered ASR

Closes 
pukkandan 18e4940825
[youtube] Add extractor-arg to skip auto-translated subs
pukkandan c0b6e5c74d
Show warning when all media formats have DRM
Related: 
shirt 727029c508
[youtube] Detect DRM better
Authored by: shirt-dev
pukkandan 5c3895fff1
[outtmpl] Limit changes during sanitization
Closes 
coletdev fd2ad7cb24
[youtube:tab] Return shorts url if video is a short ()
Allows filtering out shorts from feeds with `--match-filter`
Closes 
Authored-by: coletdjnz
pukkandan 4a3175fc4c
[VideoConvertor] Ensure all streams are copied
Closes 
pukkandan 5cf34021f5
[Concat] Ensure final directory exists
Fixes https://github.com/yt-dlp/yt-dlp/issues/3181#issuecomment-1079622589
pukkandan 34baa9fdf0
[outtmpl] Fix replacement/default when used with alternate
pukkandan 6db9c4d57d
Ignore format-specific fields in initial pass of `--match-filter`
Closes 
Lesmiscore (Naoya Ozaki) 3cea3edd1a
[utils] WebSocketsWrapper: Allow omitting `__enter__` invocation ()
Authored by: Lesmiscore
pukkandan b1a7cd056a
Treat multiple `--match-filters` as OR
Closes 
pukkandan 28787f16c6
[downloader] Fix invocation of `HttpieFD`
Closes 
zackmark29 1fb707badb
[viu] Fixed extractor ()
Closes 
Authored by: zackmark29, pukkandan
pukkandan a3f2445e29
[postprocessor,cleanup] Create `_download_json`
pukkandan ae72962643
[youtube] Try embedded client variants before agegate
agegate variants appears to be broken, but don't remove them for the time-being
pukkandan ae6a1b9585
[docs] Minor improvements
Closes , Closes , Closes 
pukkandan 231025c463
Fix bug in 52efa4b312
Closes 
pukkandan 700ccbe3f1
[extractor] Allow control characters inside json
Closes 
vvto33 12a64f2777
[TVer] Support landing page ()
Authored by: vvto33
mehq b8f2f8f6b3
[LastFM] Add extractors ()
Closes 
Authored by: mehq
coletdev af14914baa
Remove `Accept-Encoding` header from `std_headers` ()
This should be set by each downloader to what it supports.
Fixes https://github.com/yt-dlp/yt-dlp/issues/3142
Authored-by: coletdjnz
pukkandan ea5ca8e7fc
[ellentube] Extract subtitles from manifest
Fixes https://github.com/ytdl-org/youtube-dl/issues/30761
Lesmiscore (Naoya Ozaki) c2d2ee40eb
[generic] Extract subtitles from video.js ()
Authored by: Lesmiscore
pukkandan c70c418d33
Fix `--abort-on-error` for subtitles
Closes 
pukkandan b9c7b1e9b4
[cleanup, vimeo] Fix tests
coletdev d5820461e8
Use certificates from `certifi` if installed ()
Fixes  and most `CERTIFICATE_VERIFY_FAILED` issues

Authored by: coletdjnz
coletdev 8a23db9519
[wget] Fix proxy ()
Upstream PR: https://github.com/ytdl-org/youtube-dl/pull/29343
Authored-by: kikuyan, coletdjnz
CplPwnies 1f1df1251e
[adobepass] Fix Suddenlink MSO ()
Authored by: CplPwnies
1-Byte 84842aee2b
[azmedien] Add TVO Online to supported hosts ()
Authored by: 1-Byte
Lesmiscore (Naoya Ozaki) be4685ab7b
[http] Reject broken range before request ()
* And fix filesize estimate for byterange downloads

Closes 
Authored by: Lesmiscore, Jules-A, pukkandan
coletdev e6552207da
[panopto] Improve subtitle extraction and support slides ()
Related: , 
Authored-by: coletdjnz
coletdev a2e77303e3
[downloader/http] Retry on more errors ()
Closes , 
Related: , 
Authored-by: coletdjnz
foghawk 510809f1aa
[nitter] Minor fixes and update instance list ()
Authored by: foghawk
i6t f4ad919298
[Veo] Fix extractor ()
Authored by: i6t
s0u1h eeb2a770f3
[utils] `format_decimal_suffix`: Fix for very large numbers ()
Authored by: s0u1h
pukkandan 0c14d66ad9
Fix `autonumber`
Bug in 09b49e1f68
pukkandan 52efa4b312
[extractor] Add `_perform_login` function ()
* Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API
* Adds `ie.supports_login` to the public API