Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
paid udemy course higher resoulution #7704
Comments
|
You have to either provide free course example URL with resolution higher than 720p or provide account credentials to one of the core developers. |
|
If one cıre developer asks one of paid udemy course I will give it that information. Feel free to ask me by email |
|
If you are willing to provide what I've suggested in my previous post you can contact me via |
|
I see you only handled up to 720p video from returned json file video = download_url.get('Video') or download_url.get('video')
video_480p = download_url.get('Video480p') or download_url.get('video_480p')
formats = [
{
'url': video_480p[0],
'format_id': '360p',
},
{
'url': video[0],
'format_id': '720p',
},
] |
|
Yes. This is because formats in
|
|
Should work in the next version.
|
Youtube-dl works well with paid udemy courses. However youtube-dl could not download video format higher than 720p which has higher resolution than 720p.
For example