Skip to content
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

[arte+7] Improve title extraction #3995

Closed
dstftw opened this issue Oct 21, 2014 · 0 comments
Closed

[arte+7] Improve title extraction #3995

dstftw opened this issue Oct 21, 2014 · 0 comments

Comments

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Oct 21, 2014

22:44:44 < qwebirc83161> Hello everyone
22:45:37 < qwebirc83161> I don't have a github account and found no contact email address (probably for good reason), so I thought I'd try here.
22:46:25 < qwebirc83161> I'd wish to propose a change on https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/arte.py#L96 - maybe it would be possible to add "player_info['VSU'] as well.
22:47:03 < qwebirc83161> The problem is that ARTE+7 has multi-episode series. E.g. "Philosophie": http://www.arte.tv/guide/de/053445-005/philosophie
22:47:37 < qwebirc83161> The Subtitle (See JSON: http://arte.tv/papi/tvguide/videos/stream/player/D/053445-005_PLUS7-D/ALL/ALL.json "VSU":"Scham") is different for each episode, but the title is identical.
22:48:28 < qwebirc83161> This means that running "youtube-dl -t" will just create a "Philosophie" title each time, instead of e.g. "Philosophie - Scham", which woud be player_info['VTI'] + " - " + player_info['VSU'] in https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/arte.py#L96
22:48:46 < qwebirc83161> I hope someone reads this and feels inspired! :)

@dstftw dstftw closed this in 74214d3 Oct 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.