You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
downloader [cleanup] Misc cleanup 3 years ago
extractor [extractor] Support default implicit graph in JSON-LD (#1983) 3 years ago
postprocessor [SponsorBlock] Add Filler and Highlight categories (#1664) 3 years ago
YoutubeDL.py [extractor] Standardize `_live_title` 3 years ago
__init__.py Use `parse_duration` for `--wait-for-video` 3 years ago
__main__.py [cleanup] Point all shebang to `python3` (#372) 3 years ago
aes.py [AES] Add ECB mode (#1686) 3 years ago
cache.py [docs,cleanup] Some minor refactoring and improve docs 3 years ago
compat.py [compat] Suppress errors in enabling VT mode 3 years ago
cookies.py [docs,cleanup] Improve docs and minor cleanup 3 years ago
jsinterp.py [cleanup] Refactor `JSInterpreter._seperate` 3 years ago
minicurses.py [downloader] Add colors to download progress 3 years ago
options.py [SponsorBlock] Add Filler and Highlight categories (#1664) 3 years ago
socks.py Completely change project name to yt-dlp (#85) 4 years ago
swfinterp.py.disabled [cleanup] Mark unused files 3 years ago
update.py Release 2021.12.01 3 years ago
utils.py [skeb] Add extractor (#1916) 3 years ago
version.py [version] update 3 years ago
webvtt.py [utils] Standardize timestamp formatting code 3 years ago