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

Request: Some type of support for URL's that have season/epsiode info in the titles #12533

Closed
keybounce opened this issue Mar 23, 2017 · 1 comment

Comments

@keybounce
Copy link

@keybounce keybounce commented Mar 23, 2017

Youtube-dl does not currently give a good filename for URL's like:

youtube-dl http://abc.go.com/shows/time-after-time/episode-guide/season-01/4-secrets-stolen

This is not really YouTube-dl's fault -- ABC is returning a filename of "Secrets-stolen". This is affecting at least all of TimeAfterTime and OnceUponATime at ABC. It may affect others as well.

But note that the season and episode number info is in the URL, even if not in the filename supplied at the remote end.

This is a request for some ability to generate season/episode numbers into the output filename when there isn't any. And yes, I know that's a hard problem in general, but I figure there's some heuristics available, such as looking for a leading number in the filename / numbers in the URL.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 24, 2017

This can't be used as general purpose heuristic.

@dstftw dstftw closed this Mar 24, 2017
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
2 participants
You can’t perform that action at this time.