-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature Request: Pull video in HD #3
Comments
I tried to implement the feature. This script relies on information from the ZDFmediathek project. The raw database pulled from said project can be found in
If you can figure out a way to reliably extract (working) HD-urls in case they are given, I would be happy to implement the feature. Back when I tried the urls in the file often did not work. |
I gues that is a little out of my league, but there maybe https://github.com/iNaD can help. |
Using the pull request #11 as base allows to implement this feature. Using this part as base, it should be possible, to do the following: |
Thank you for the pull request. I have that parses raw input into the parse.pl tools. Could you move that code over? Then I will merge and also implement a way to select the appropriate field. |
Sorry but I am not sure, which file is meant. The main change was done in parse-videolist-json.pl and I don't see parse.pl file, so not sure, if the file already fits. Otherwise, please let me know and I can adept the change accordingly |
When a higher resolution video is available, it should be pulled
E.g. http://www.arte.tv/guide/de/056821-002-A/360-geo-reportage
was not pulled in HD, but it is available in HD.
Or better yet: Make the resolution an option, such as
--resolution highest
or soThe text was updated successfully, but these errors were encountered: