aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/common.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Extract chapters from JSON-LD (#2031)chris2022-01-021-0/+18
| | | Authored by: iw0nderhow, pukkandan
* [extractor] Extract thumbnails from JSON-LD (#2195)nixxo2022-01-021-1/+2
| | | Authored by: nixxo
* [extractor] Detect more subtitle codecs in MPD manifests (#2174)Felix S2022-01-011-3/+7
| | | Authored by: fstirlitz
* [GameJolt] Add extractors (#2036)MinePlayersPE2021-12-251-2/+2
| | | Authored by: MinePlayersPE
* [npr] Make SMIL extraction non-fatal (#2099)siddharth2021-12-241-1/+1
| | | | Closes #1934 Authored by: r5d
* [cleanup] Misc cleanuppukkandan2021-12-231-2/+2
| | | | Closes #1942 #1976 #2020 #2058 #1984
* [dash,youtube] Download live from start to end (#888)The Hatsune Daishi2021-12-201-3/+4
| | | | | | | | | | | | | | | * 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
* [extractor] Support default implicit graph in JSON-LD (#1983)Zenon Mousmoulas2021-12-171-3/+10
| | | | | | | | | | | | 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
* [tiktok] Fix 53dad39e30b007feed4b6d4776bd15d28c27a96cpukkandan2021-12-151-1/+0
|
* [extractor] Standardize `_live_title`pukkandan2021-12-151-4/+2
|
* [FormatSort] Prevent incorrect deprecation warningpukkandan2021-12-151-6/+9
| | | | Closes #1981
* [extractor] Add `_search_nuxt_data` (#1921)The Hatsune Daishi2021-12-071-0/+18
| | | Authored by: nao20010128nao
* [extractor] Ignore errors in comment extraction when `-i` is givenpukkandan2021-12-031-3/+7
| | | | Closes #1787
* [lazy_extractors] Fix for search IEspukkandan2021-12-011-10/+3
| | | | Closes #1851
* [cleanup] Add deprecation warningspukkandan2021-11-291-3/+11
|
* [cleanup] Misc cleanuppukkandan2021-11-291-8/+10
| | | | Closes #1805, closes #1800
* Option `--wait-for-video` to wait for scheduled streamspukkandan2021-11-291-3/+6
|
* [extractor] Extract `average_rating` from JSON-LDpukkandan2021-11-231-0/+3
| | | | Eg: Crunchyroll
* [downloader/ffmpeg] Fix for direct videos inside mpd manifestspukkandan2021-11-231-4/+5
| | | | Closes #1751
* [hls] Better FairPlay DRM detection (#1661)nyuszika7h2021-11-191-4/+4
| | | Authored by: nyuszika7h
* [curiositystream] Add more metadatapukkandan2021-11-131-0/+1
| | | | Closes #1568
* [extractor] Add `_search_nextjs_data` (#1386)Lauren Liberda2021-11-101-0/+7
| | | | Authored by: selfisekai
* [utils] Add `join_nonempty`pukkandan2021-11-061-14/+8
|
* [FormatSort] `eac3` is better than `ac3`pukkandan2021-11-051-1/+1
|
* [docs,cleanup] Improve docs and minor cleanuppukkandan2021-10-311-2/+2
| | | | Closes #1387, #1404, #1408, #1485, #1415, #1450, #1492
* [FormatSort] Fix some fields' defaultspukkandan2021-10-301-3/+3
| | | | Closes #1479
* [extractor] Fix some errors being converted to `ExtractorError`pukkandan2021-10-261-3/+13
|
* [cleanup] Add keyword automatically to SearchIE descriptionspukkandan2021-10-231-1/+3
| | | | and some minor cleanup of docs
* [minicurses] Add more colorspukkandan2021-10-231-1/+1
|
* [cleanup] miscpukkandan2021-10-231-2/+4
|
* Add HDR information to formatspukkandan2021-10-181-1/+5
|
* Do not verify thumbnail URLs by defaultpukkandan2021-10-181-1/+0
| | | | | | | | | | | 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
* [crunchyroll] Add season to flat-playlistpukkandan2021-10-171-1/+2
| | | | Closes #1319
* [instagram] Show appropriate error when login is neededpukkandan2021-10-141-2/+2
| | | | Closes #1264
* [extractor,utils] Detect more codecs/mimetypespukkandan2021-10-131-0/+2
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29943
* [extractor] Generalize `getcomments` implementationpukkandan2021-10-121-0/+26
|
* [extractor] Simplify search extractorspukkandan2021-10-121-1/+9
|
* [extractor] Detect `EXT-X-KEY` Apple FairPlaypukkandan2021-10-111-1/+1
|
* [cleanup] Misc cleanuppukkandan2021-10-091-27/+15
|
* Improved progress reporting (See desc) (#1125)pukkandan2021-10-091-4/+1
| | | | | | | | | | | * 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
* [extractor] Extract storyboards from SMIL manifests (#1128)Felix S2021-10-031-2/+21
| | | Authored by: fstirlitz
* [docs,cleanup] Some minor refactoring and improve docspukkandan2021-09-301-1/+5
|
* [SovietsCloset] Add duration from m3u8 (#908)ChillingPepper2021-09-281-0/+19
| | | Authored by: ChillingPepper
* [youtube] Fix `--mark-watched` with `--cookies-from-browser`pukkandan2021-09-241-3/+5
| | | | Closes #1019
* dump files should obey `--trim-filename` (#1043)pukkandan2021-09-221-2/+3
| | | | Authored by: sulyi
* [extractor] Fix root-relative URLs in MPD (#1006)DigitalDJ2021-09-191-2/+4
| | | Authored by: DigitalDJ
* Add option `--netrc-location`pukkandan2021-09-161-1/+5
| | | | Closes #792, #963
* [FormatSort] Remove priority of `lang`pukkandan2021-08-261-2/+2
|
* [downloader/ffmpeg] Support for DASH manifests (experimental)pukkandan2021-08-241-2/+4
| | | | Closes #159
* [extractor] Show video id in error messages if possiblepukkandan2021-08-231-4/+13
|