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

section folders #8917

Closed
jaan143 opened this issue Mar 21, 2016 · 9 comments
Closed

section folders #8917

jaan143 opened this issue Mar 21, 2016 · 9 comments

Comments

@jaan143
Copy link

@jaan143 jaan143 commented Mar 21, 2016

Hi Sir
i need little help
i want to download udemy course in thier section folders
ceruntly all videos download in main folder but there any way to create automatic section folders and every sectoin's lecture downloading to their folder ?

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Mar 21, 2016

@dstftw dstftw closed this Mar 21, 2016
@jaan143
Copy link
Author

@jaan143 jaan143 commented Mar 22, 2016

plz can you explain me with exact command ?
i dont understand about this
'~/MyVideos/%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s'

for example here is my command
youtube-dl --verbose '~/MyVideos/%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s' https://www.udemy.com/flat-design-graphics-photoshop/ --username ****@gmail.com --password ***

thank you

@Hrxn
Copy link

@Hrxn Hrxn commented Mar 22, 2016

Like this:

# Download Udemy course keeping each chapter in separate directory under MyVideos directory in your home
$ youtube-dl -u user -p password -o '~/MyVideos/%(playlist)s/%(chapter_number)s - %(chapter)s/%(title)s.%(ext)s' https://www.udemy.com/java-tutorial/

Your example is missing the output option, -o

@jaan143
Copy link
Author

@jaan143 jaan143 commented Mar 22, 2016

yes got solved
one more Sir
here is any command to download all files including pdf and txt files ?

thank you very very much

@Hrxn
Copy link

@Hrxn Hrxn commented Mar 22, 2016

Well, not with youtube-dl.

Any resource/file that is linked directly can be downloaded with any common download manager though. Or the 'Save Page' feature of the browser.

@jaan143
Copy link
Author

@jaan143 jaan143 commented Mar 22, 2016

i saw a guy download udemy whole course with every txt and pdf and exesice files in their section but he is using automatic script i don't know what trick he is using

anyway Thank you Sir

@jaan143
Copy link
Author

@jaan143 jaan143 commented Mar 24, 2016

hi Sir
can you plz add this option in lynda and pluralsight also ?
i tried in both sites but that command is not working in these two sites
if you update it then it will very very helpfull for us

thank you

@anirudhamahale
Copy link

@anirudhamahale anirudhamahale commented Aug 7, 2017

Just what I was looking for👍🏻,
Thanks alot.

@francyfre
Copy link

@francyfre francyfre commented Jan 17, 2019

and for Pluralsight scool? how i can download structure also?
somebody can answer with an EXAMPLE, please
example call: https://app.pluralsight.com/library/courses/android-application-basics-understanding/table-of-contents

thankYouAlotttt

francesco

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
5 participants
You can’t perform that action at this time.