-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve extracting of zdf mediathek; improve json output to be more human readable #11606
Comments
ok it is working, i have forgotten to update
but please correct that: add newline to .description and .json so there are no unix problems (files have to end with an newline everytime!) Improve Title: ZDFmediathek - Wilsberg: "Ausgegraben" - ausgegraben-104 not just improve description:
The full text from the i in the player plus its official link, not just the one paragraph down there after downloading on muxing: add title and description correctly inside the mkv name tracks correctly like given in the player like this example audio track 0 (the only one existing): "TV Ton" see the gear icon in the player german language hint: Tonspur: audio track ; Untertitel: subtitles this would make thinks a lot of easyer thanks in advance and btw: is there anything with witch i can convert that json output in a human readable way, i only see a long line that i cant propably view with any editor... |
you could make your json key value format a bit more readable if you
this would convert this crap looking thing:
in something like that
and it would, afaik, still be parseable with any json parser (never used this file format because i hate javascript to the death) the next step would the to convert the json to an real nice human readable output like with mediainfo ( http://mediainfo.sourceforge.net ) |
* https://github.com/ytdl-org/youtube-dl: [9c9media] fix extraction for videos with multiple ContentPackages(closes ytdl-org#28309) [bbc] correct catched exception type [bbc] add support for BBC Reel videos(closes ytdl-org#21870, closes ytdl-org#23660, closes ytdl-org#28268) release 2021.03.02 [ChangeLog] Actualize [ci skip] [zdf] Rework extractors (closes ytdl-org#11606, closes ytdl-org#13473, closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274)
…closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274) * Generalize unique video ids for zdf based extractors * Improve extraction * Fix 3sat and phoenix
…closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274) * Generalize unique video ids for zdf based extractors * Improve extraction * Fix 3sat and phoenix
…closes ytdl-org#17354, closes ytdl-org#21185, closes ytdl-org#26711, closes ytdl-org#27068, closes ytdl-org#27930, closes ytdl-org#28198, closes ytdl-org#28199, closes ytdl-org#28274) * Generalize unique video ids for zdf based extractors * Improve extraction * Fix 3sat and phoenix
its working inside kodi but not with youtube-dl, strange strange
would be glad if you could fix that (with extration of all possible metadata (like: name of episode, name of season, name of tv station, transmission time, end of being avivable online, description, all audio tracks and subtitles, direct url link (like on right clicking copy) and everything you can get
thanks
The text was updated successfully, but these errors were encountered: