riazXrazor / udemy-dl

Nodejs script to download a udemy.com course, for personal offline use
282 stars 67 forks source link

Courses List Feature #40

Closed vikasnewports closed 5 years ago

vikasnewports commented 5 years ago

Hello first of all I would like to thank you for this great Repo .. I want to request a feature in this script Export/Download the Courses Name along with their URL is this possible ?

riazXrazor commented 5 years ago

Hi @vikasnewports, its already there, wen ur download begins a folder called "udl-tmp" is created the a json file is created with courseID, which contains all the course name and url, u can check, i can add a command to export it out too as its already there.

vikasnewports commented 5 years ago

Thank you , what is that command

riazXrazor commented 5 years ago

use the command with an -e flag it should export it

vikasnewports commented 5 years ago

@riazXrazor i tried the following udl -e -u -p courses list not exported ... instead of export the list it show the list of courses to download... can you please explain how can i do it.. moreover GUI version's attachment is old please check

riazXrazor commented 5 years ago

try udl -u youremail -p password -e it should work BTW update to the latest version.

riazXrazor commented 5 years ago

image working on gui from scratch again with new UI, will be releasing soon

vikasnewports commented 5 years ago

@riazXrazor , thank you for response and I am using latest version. still the same error see the screen shot http://prntscr.com/mao7jz GUI version is looking awesome and GUI version hv export function ?

riazXrazor commented 5 years ago

select a course n video resolution , then the export will be generated.

On Tue 22 Jan, 2019, 10:47 PM vikasnewports, notifications@github.com wrote:

@riazXrazor https://github.com/riazXrazor , thank you for response and I am using latest version. still the same error see the screen shot http://prntscr.com/mao7jz GUI version is looking awesome and GUI version hv export function ?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/riazXrazor/udemy-dl/issues/40#issuecomment-456483886, or mute the thread https://github.com/notifications/unsubscribe-auth/AMlUe_MK3B_PfTC6ZVVWSY1MMwC3Xfk4ks5vF0exgaJpZM4W1JgV .

vikasnewports commented 5 years ago

@riazXrazor I got your point when I start to download a single course from direct url e.g udl -u -p course_url ... thn it download the course and create a tmp folder and Json file which contains all the videos links... but when I tried this .. ( udl -u -p -e) it show me my courses and when I select a course it stuck see screen shot http://prntscr.com/mb6h0h I want to download the list of my all joined courses i hope you are understanding my question