aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-14[extractor/youtube] Define strict uploader metadata mapping (#6384)coletdjnz
New mapping: ``` channel -> channel name channel_id -> UCID channel_url -> UCID channel url uploader -> channel name (same as channel field) uploader_id -> @handle uploader_url -> @handle channel url ``` Authored by: coletdjnz
2023-04-13[extractor/generic] Attempt to detect live HLS (#6775)bashonly
* Extract duration for non-live generic HLS videos * Add extractor-arg `is_live` to bypass live HLS check Closes #6705 Authored by: bashonly
2023-04-13[FFmpegFixupM3u8PP] Check audio codec before fixup (#6778)bashonly
Closes #6673 Authored by: bashonly
2023-04-13[extractor/tiktok] Fix and improve metadata extraction (#6777)bashonly
Authored by: bashonly
2023-04-13[extractor/zoom] Fix share URL extraction (#6789)bashonly
Authored by: bashonly
2023-04-14[extractor/iwara] Fix format sorting (#6651)hasezoey
Authored by: hasezoey
2023-04-13[extractor/iwara] Fix typoLesmiscore
Authored by: Lesmiscore Closes #6795
2023-04-12[extractor/BrainPOP] Add extractors (#6106)MyNey
Authored by: MinePlayersPE Based on https://github.com/ytdl-org/youtube-dl/pull/10025
2023-04-12[extractor/biliIntl] Add comment extraction (#6079)HobbyistDev
Authored by: HobbyistDev
2023-04-12[extractor/gmanetwork] Add extractor (#5945)HobbyistDev
Authored by: HobbyistDev Partially fixes #5770
2023-04-12Relaxed validation for numeric format filterspukkandan
Continued from f96bff99cb2cf1d112b099e5149dd2c3a6a76af2 Closes #6782
2023-04-12[extractor/niconico] Download comments from the new endpoint (#6773)Lesmiscore
Authored by: Lesmiscore
2023-04-11[postprocessor/FixupDuplicateMoov] Fix bug in triggeringpukkandan
2023-04-11[extractor/youtube] Revert default formats to `https`pukkandan
2023-04-11[extractor/zoom] Fix extractor (#6741)Shreyas Minocha
Authored by: shreyasminocha Closes #6677
2023-04-11[extractor/line] Remove extractors (#6734)sian1468
Service has shut down - https://archive.ph/txVKy Authored by: sian1468
2023-04-11[extractor/hrefli] Add extractor (#6762)lauren n. liberda
Authored by: selfisekai
2023-04-11[extractor/youku] Improve error message (#6690)Chris Caruso
Authored by: carusocr Closes #6551
2023-04-08[extractor/kick] Make initial request non-fatalbashonly
Authored by: bashonly
2023-04-06[extractor/youtube] Fix comment loop detection for pinned comments (#6714)coletdjnz
Pinned comments may repeat a second time - this is expected. Fixes https://github.com/yt-dlp/yt-dlp/issues/6712 Authored by: coletdjnz
2023-03-31[extractor/YahooGyaOIE,extactor/YahooGyaOPlayerIE] Delete extractors due to ↵Lesmiscore
website close (#6218) Authored by: Lesmiscore
2023-03-29[extractor/iwara] Accept old URLsLesmiscore
Authored by: Lesmiscore Closes #6669
2023-03-28[postprocessor/EmbedThumbnail,postprocessor/FFmpegMetadata] Fix error on ↵Lesmiscore
attaching thumbnails and info json for mkv/mka (#6647) Authored by: Lesmiscore Current yt-dlp code never hit this bug, but would hit once filename sanitization gets better
2023-03-27[extractor/iwara] Report private videos (#6641)Lesmiscore
Authored by: Lesmiscore
2023-03-26[extractor/nbc] Fix `NBCStations` direct mp4 formats (#6637)bashonly
Authored by: bashonly
2023-03-26[extractor/triller] Support short URLs, detect removed videos (#6636)bashonly
Authored by: bashonly
2023-03-25[utils] `js_to_json`: Implement template strings (#6623)Simon Sawicki
Authored by: Grub4K
2023-03-25[extractor] Extract more metadata from ISMpukkandan
Fixes https://github.com/yt-dlp/yt-dlp/commit/81b6102d2099eec78a2db9ae3d101a8503dd4f25#r105892531
2023-03-25[extractor] Do not exit early for unsuitable `url_result`pukkandan
2023-03-23Fix 5cc0a8fd2e9fec50026fb92170b57993af939e4abashonly
Authored by: bashonly
2023-03-23[extractor/tiktok] Fix mp3 formats (#6615)bashonly
Closes #6608 Authored by: bashonly
2023-03-23[extractor/hollywoodreporter] Add extractors (#6614)bashonly
Closes #6525 Authored by: bashonly
2023-03-23[extractor/pgatour] Add extractor (#6613)bashonly
Closes #6537 Authored by: bashonly
2023-03-23[extractor/generic] Accept values for `fragment_query`, `variant_query` (#6600)bashonly
Closes #6593 Authored by: bashonly
2023-03-23[extractor/rumble] Fix videos without quality selectionpukkandan
Closes #6612
2023-03-23[extractor/rumble] Detect timeline formatpukkandan
Closes #6607
2023-03-23[extractor/telecaribe] Expand livestream support (#6601)bashonly
Closes #6598 Authored by: bashonly
2023-03-23[extractor/cbs] Add `ParamountPressExpress` extractor (#6604)bashonly
Closes #6597 Authored by: bashonly
2023-03-21[extractor/generic] Add extractor-args `hls_key`, `variant_query` (#6567)bashonly
Authored by: bashonly
2023-03-21[extractor/bravotv] Fix extractor (#6568)bashonly
Closes #6562 Authored by: bashonly
2023-03-21[extractor/rozhlas] Extract manifest formats (#6590)bashonly
Closes #6584 Authored by: bashonly
2023-03-18[extractor/iwara] Overhaul extractors (#6557)Lesmiscore
Authored by: Lesmiscore
2023-03-18[extractor/drtv] Fix radio page extraction (#6552)viktor-enzell
Authored by: viktor-enzell
2023-03-16[extractor/tiktok] Improve `TikTokLive` extractor (#6520)bashonly
Closes #6459 Authored by: bashonly
2023-03-16[extractor/genius] Add support for articles (#6474)bashonly
Closes #6465 Authored by: bashonly
2023-03-16[extractor/mediastream] Improve `WinSports` and embed extraction (#6426)bashonly
Closes #6419, Closes #6527 Authored by: bashonly
2023-03-15[extractor/youtube] Fix parsing `comment_count` (#6523)Nicholas Defranco
Closes #5849 Authored by: nick-cd
2023-03-15[build] Pin `pyinstaller` version for MacOSpukkandan
Workaround for #6541
2023-03-13[extractor/youtube] Handle incomplete initial data from watch page (#6510)coletdjnz
Authored by: coletdjnz
2023-03-13[dependencies/Cryptodome] Fix `__bool__`pukkandan
Bug in 65f6e807804d2af5e00f2aecd72bfc43af19324a