1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 21:51:02 +02:00
yt-dlp/yt_dlp
Zenon Mousmoulas d5c3254889
[extractor] Support default implicit graph in JSON-LD (#1983)
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-17 02:16:30 +05:30
..
downloader [cleanup] Misc cleanup 2021-11-29 23:34:33 +05:30
extractor [extractor] Support default implicit graph in JSON-LD (#1983) 2021-12-17 02:16:30 +05:30
postprocessor [SponsorBlock] Add Filler and Highlight categories (#1664) 2021-12-09 18:10:31 +05:30
__init__.py Use parse_duration for --wait-for-video 2021-12-06 23:30:33 +05:30
__main__.py
aes.py [AES] Add ECB mode (#1686) 2021-11-19 07:24:10 +05:30
cache.py [docs,cleanup] Some minor refactoring and improve docs 2021-09-30 03:32:52 +05:30
compat.py [compat] Suppress errors in enabling VT mode 2021-12-08 19:58:50 +05:30
cookies.py [docs,cleanup] Improve docs and minor cleanup 2021-10-31 14:47:33 +05:30
jsinterp.py [cleanup] Refactor JSInterpreter._seperate 2021-11-29 22:56:35 +05:30
minicurses.py [downloader] Add colors to download progress 2021-11-29 22:51:18 +05:30
options.py [SponsorBlock] Add Filler and Highlight categories (#1664) 2021-12-09 18:10:31 +05:30
socks.py
swfinterp.py.disabled
update.py Release 2021.12.01 2021-12-01 05:46:15 +05:30
utils.py [skeb] Add extractor (#1916) 2021-12-09 17:10:52 +05:30
version.py [version] update 2021-12-01 00:23:24 +00:00
webvtt.py
YoutubeDL.py [extractor] Standardize _live_title 2021-12-15 22:09:07 +05:30