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

How to download multi-part streams from twitch? #12798

Closed
keybounce opened this issue Apr 20, 2017 · 2 comments
Closed

How to download multi-part streams from twitch? #12798

keybounce opened this issue Apr 20, 2017 · 2 comments

Comments

@keybounce
Copy link

@keybounce keybounce commented Apr 20, 2017

Please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like that [x])
  • Use Preview tab to see how your issue will actually look like

Make sure you are using the latest version: run youtube-dl --version and ensure your version is 2017.04.17. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.

  • [x ] I've verified and I assure that I'm running youtube-dl 2017.04.17

Before submitting an issue make sure you have:

  • [x ] At least skimmed through README and most notably FAQ and BUGS sections
  • [x ] Searched the bugtracker for similar issues including closed ones

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • [ x] Question
  • Other

So what is the best way to download a bunch of videos from a twitch stream?

Each time the stream is stopped and restarted, there's a new video. But the name of the stream does not change, the videos have the same name as seen by youtube-dl, and instead of getting all of them, each one overwrites the previous and I wind up with just one.

What's a good way to have numbered downloads?

Example: https://www.twitch.tv/keybounce/videos/all

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 20, 2017

@dstftw dstftw closed this Apr 20, 2017
@keybounce
Copy link
Author

@keybounce keybounce commented Apr 20, 2017

  1. Is there a way to ask "What meta-data is available for this video"? I'm thinking of all the existing "--get-" options. Specifically, I'm interested in working with the episode/series information, but that's (apparently, if I read the manual correctly) dependent on that meta-data being available. I'd want to query some of the things I download regularly, and see what info is available, to figure out what to use.

  2. Is there a way to make the output format source-site dependent, or "if this meta-data is present" dependent / any form of conditional? Right now, I can put something into ~/.config/youtube-dl/config, and it works for everything. I use this for formats. But for output filename template, most of the time there is already season and episode info in titles (oddly, the three big networks and BBC are the exceptions), and playlist index number will change every time things are added to the top of the playlist / will vary for the same video for some playlists, but be consistent for other playlists.

Interestingly, I had in that config file this:
-o %(title)s.%(ext)s
which I only realized after seeing that the default is
%(title)s-%(id)s.%(ext)s

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.