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.
tvthek.orf.at output template date not working #24423
Comments
|
I don't really know if it ever worked, but it definitely doesn't right now. (2020.03.24) If I understand correctly the output template is based on the json output of
As one can see below, there's some information lacking in the json output provided by
|
Videos on tvthek.orf.at are shown with date/time on the website (e.g. https://tvthek.orf.at/profile/ZIB-2/1211).
However, when downloading the video with youtube-dl, neither the
release_datenor theupload_dateformat string in the output filename results in the video upload/release date. Instead it shows `NAExample:
youtube-dl --output "./%(upload_date)s - %(release_date)s [%(id)s].%(ext)s" --format 'bestvideo+bestaudio/best' --merge-output-format mkv "https://tvthek.orf.at/profile/ZIB-2/1211"