aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/common.py
AgeCommit message (Collapse)Author
2022-01-20[extractor,cleanup] Use `_search_nextjs_data`pukkandan
2022-01-20[iq.com] Add extractors (#2354)MinePlayersPE
Closes #704 Authored by: MinePlayersPE
2022-01-11[digitalconcerthall] Add extractor (#1931)teridon
Authored by: teridon
2022-01-07[youtube:tab] Extract more playlist metadata (#2069)coletdjnz
* Add fields modified_date, modified_timestamp * Add field playlist_count * [youtube:tab] Extract view_count, playlist_count, modified_date Authored by: coletdjnz, pukkandan
2022-01-02[extractor] Extract chapters from JSON-LD (#2031)chris
Authored by: iw0nderhow, pukkandan
2022-01-02[extractor] Extract thumbnails from JSON-LD (#2195)nixxo
Authored by: nixxo
2022-01-01[extractor] Detect more subtitle codecs in MPD manifests (#2174)Felix S
Authored by: fstirlitz
2021-12-25[GameJolt] Add extractors (#2036)MinePlayersPE
Authored by: MinePlayersPE
2021-12-24[npr] Make SMIL extraction non-fatal (#2099)siddharth
Closes #1934 Authored by: r5d
2021-12-23[cleanup] Misc cleanuppukkandan
Closes #1942 #1976 #2020 #2058 #1984
2021-12-20[dash,youtube] Download live from start to end (#888)The Hatsune Daishi
* Add option `--live-from-start` to enable downloading live videos from start * Add key `is_from_start` in formats to identify formats (of live videos) that downloads from start * [dash] Create protocol `http_dash_segments_generator` that allows a function to be passed instead of fragments * [fragment] Allow multiple live dash formats to download simultaneously * [youtube] Implement fragment re-fetching for the live dash formats * [youtube] Re-extract dash manifest every 5 hours (manifest expires in 6hrs) * [postprocessor/ffmpeg] Add `FFmpegFixupDuplicateMoovPP` to fixup duplicated moov atoms Known issue: Ctrl+C doesn't work on Windows when downloading multiple formats Closes #1521 Authored by: nao20010128nao, pukkandan
2021-12-17[extractor] Support default implicit graph in JSON-LD (#1983)Zenon Mousmoulas
Original PR: https://github.com/ytdl-org/youtube-dl/pull/30229 Per W3C JSON-LD v1.1 ยง4.9 (non-normative ref): When a JSON-LD document's top-level structure is a map that contains no other keys than @graph and optionally @context (properties that are not mapped to an IRI or a keyword are ignored), @graph is considered to express the otherwise implicit default graph. Authored by: zmousm
2021-12-15[tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96cpukkandan
2021-12-15[extractor] Standardize `_live_title`pukkandan
2021-12-15[FormatSort] Prevent incorrect deprecation warningpukkandan
Closes #1981
2021-12-07[extractor] Add `_search_nuxt_data` (#1921)The Hatsune Daishi
Authored by: nao20010128nao
2021-12-03[extractor] Ignore errors in comment extraction when `-i` is givenpukkandan
Closes #1787
2021-12-01[lazy_extractors] Fix for search IEspukkandan
Closes #1851
2021-11-29[cleanup] Add deprecation warningspukkandan
2021-11-29[cleanup] Misc cleanuppukkandan
Closes #1805, closes #1800
2021-11-29Option `--wait-for-video` to wait for scheduled streamspukkandan
2021-11-23[extractor] Extract `average_rating` from JSON-LDpukkandan
Eg: Crunchyroll
2021-11-23[downloader/ffmpeg] Fix for direct videos inside mpd manifestspukkandan
Closes #1751
2021-11-19[hls] Better FairPlay DRM detection (#1661)nyuszika7h
Authored by: nyuszika7h
2021-11-13[curiositystream] Add more metadatapukkandan
Closes #1568
2021-11-10[extractor] Add `_search_nextjs_data` (#1386)Lauren Liberda
Authored by: selfisekai
2021-11-06[utils] Add `join_nonempty`pukkandan
2021-11-05[FormatSort] `eac3` is better than `ac3`pukkandan
2021-10-31[docs,cleanup] Improve docs and minor cleanuppukkandan
Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
2021-10-30[FormatSort] Fix some fields' defaultspukkandan
Closes #1479
2021-10-26[extractor] Fix some errors being converted to `ExtractorError`pukkandan
2021-10-23[cleanup] Add keyword automatically to SearchIE descriptionspukkandan
and some minor cleanup of docs
2021-10-23[minicurses] Add more colorspukkandan
2021-10-23[cleanup] miscpukkandan
2021-10-18Add HDR information to formatspukkandan
2021-10-18Do not verify thumbnail URLs by defaultpukkandan
Partially reverts cca80fe6110653582e8c8a8d06490b4028ffd755 and 0ba692acc8feffd46b6e1085fb4a2849b685945c Unless `--check-formats` is specified, this causes yt-dlp to return incorrect thumbnail urls. See https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-877909966, #402 But the overhead in general use is not worth it Closes #694, #725
2021-10-17[crunchyroll] Add season to flat-playlistpukkandan
Closes #1319
2021-10-14[instagram] Show appropriate error when login is neededpukkandan
Closes #1264
2021-10-13[extractor,utils] Detect more codecs/mimetypespukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29943
2021-10-12[extractor] Generalize `getcomments` implementationpukkandan
2021-10-12[extractor] Simplify search extractorspukkandan
2021-10-11[extractor] Detect `EXT-X-KEY` Apple FairPlaypukkandan
2021-10-09[cleanup] Misc cleanuppukkandan
2021-10-09Improved progress reporting (See desc) (#1125)pukkandan
* Separate `--console-title` and `--no-progress` * Add option `--progress` to show progress-bar even in quiet mode * Fix and refactor `minicurses` * Use `minicurses` for all progress reporting * Standardize use of terminal sequences and enable color support for windows 10 * Add option `--progress-template` to customize progress-bar and console-title * Add postprocessor hooks and progress reporting Closes: #906, #901, #1085, #1170
2021-10-03[extractor] Extract storyboards from SMIL manifests (#1128)Felix S
Authored by: fstirlitz
2021-09-30[docs,cleanup] Some minor refactoring and improve docspukkandan
2021-09-28[SovietsCloset] Add duration from m3u8 (#908)ChillingPepper
Authored by: ChillingPepper
2021-09-24[youtube] Fix `--mark-watched` with `--cookies-from-browser`pukkandan
Closes #1019
2021-09-22dump files should obey `--trim-filename` (#1043)pukkandan
Authored by: sulyi
2021-09-19[extractor] Fix root-relative URLs in MPD (#1006)DigitalDJ
Authored by: DigitalDJ