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

Udemy specific lectures #11183

Closed
TarekSalama opened this issue Nov 13, 2016 · 4 comments
Closed

Udemy specific lectures #11183

TarekSalama opened this issue Nov 13, 2016 · 4 comments

Comments

@TarekSalama
Copy link

@TarekSalama TarekSalama commented Nov 13, 2016

Hello,

Is there a possible way to tell youtube-dl to download lectures x through y?
The only way I tried right now is simply download every lecture on its own which is time consuming.

Thanks and I'm sorry if it's been mentioned somewhere else but I couldn't find an answer in the read me.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Nov 13, 2016

--playlist-start NUMBER          Playlist video to start at (default is 1)
--playlist-end NUMBER            Playlist video to end at (default is last)
--playlist-items ITEM_SPEC       Playlist video items to download. Specify
                                 indices of the videos in the playlist
                                 separated by commas like: "--playlist-items
                                 1,2,5,8" if you want to download videos
                                 indexed 1, 2, 5, 8 in the playlist. You can
                                 specify range: "--playlist-items
                                 1-3,7,10-13", it will download the videos
                                 at index 1, 2, 3, 7, 10, 11, 12 and 13.
@dstftw dstftw closed this Nov 13, 2016
@TarekSalama
Copy link
Author

@TarekSalama TarekSalama commented Nov 14, 2016

Thanks for your reply @dstftw .
This method works however the numbering system is probably different.
I trying to download lectures 117 to 121 in a certain Udemy course but youtube-dl insists on downloading from lecture 141. I tried messing around and downloading different lectures but I couldn't find a pattern. It seems that the first "Udemy Section" downloads fine, and then the numbering starts going wrong. Any clue what's going on?

@TarekSalama
Copy link
Author

@TarekSalama TarekSalama commented Nov 20, 2016

@dstftw A reminder just in case you missed my post.

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.