Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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 ) |
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