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

Unsupported URL when downloading from wildcard udemy (https://*.udemy.com) #15883

Closed
adita22 opened this issue Mar 16, 2018 · 4 comments
Closed

Unsupported URL when downloading from wildcard udemy (https://*.udemy.com) #15883

adita22 opened this issue Mar 16, 2018 · 4 comments

Comments

@adita22
Copy link

@adita22 adita22 commented Mar 16, 2018

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 this: [x])
  • Use the Preview tab to see what your issue will actually look like

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

  • I've verified and I assure that I'm running youtube-dl 2018.03.14

Before submitting an issue make sure you have:

  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser

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)
  • Question
  • Other

The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue


When I use youtube-dl to download from 'https://udemy.com/' it works fine:

e.g. youtube-dl -u xxx -p xxx https://udemy.com/java-tutorial/learn/v4/overview

When I use youtube-dl to download from 'https://*.udemy.com/' (in my case https://mycompany.udemy.com) I get unsupported URL error:

e.g. youtube-dl -u xxx -p xxx https://mycompany.udemy.com/java-tutorial/learn/v4/overview -v

Getting the error: Unsupported URL: https://mycompany.udemy.com/java-tutorial/

command > D:\App Data\Youtube-dl\youtube-dl-bin>youtube-dl -u xxx -p xxx https://mycompany.udemy.com/java-tutorial/learn/v4/overview -v

output:
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-u', 'PRIVATE', '-p', 'PRIVATE', 'https://mycompany.udemy.com/java-tutorial/learn/v4/overview', '-v']
[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252
[debug] youtube-dl version 2018.03.14
[debug] Python version 3.4.4 (CPython) - Windows-10-10.0.16299
[debug] exe versions: ffmpeg N-90315-gf706cdda56
[debug] Proxy map: {}
[generic] overview: Requesting header
[redirect] Following redirect to https://mycompany.udemy.com/java-tutorial/
[generic] java-tutorial: Requesting header
WARNING: Falling back on generic information extractor.
[generic] java-tutorial: Downloading webpage
[generic] java-tutorial: Extracting information
ERROR: Unsupported URL: https://mycompany.udemy.com/java-tutorial/
Traceback (most recent call last):
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph71axfm2\build\youtube_dl\YoutubeDL.py", line 785, in extract_info
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph71axfm2\build\youtube_dl\extractor\common.py", line 440, in extract
File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph71axfm2\build\youtube_dl\extractor\generic.py", line 3151, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://mycompany.udemy.com/java-tutorial/

@adita22 adita22 changed the title Unsupported URL when downloading form https://*.udemy.com Unsupported URL when downloading from https://*.udemy.com Mar 16, 2018
@adita22 adita22 changed the title Unsupported URL when downloading from https://*.udemy.com Unsupported URL when downloading from wildcard undemy (https://*.udemy.com) Mar 16, 2018
@adita22 adita22 changed the title Unsupported URL when downloading from wildcard undemy (https://*.udemy.com) Unsupported URL when downloading from wildcard udemy (https://*.udemy.com) Mar 16, 2018
@adita22
Copy link
Author

@adita22 adita22 commented Mar 19, 2018

https://gist.github.com/barbietunnie/8531d9c26cd1c0668e7278c7c4ba5853

"Is there a way I could download udemy videos from udemy for business? The custom URL is like mycompany.udemy.com but youtube-dL is not taking it.."

@ytdl-org ytdl-org deleted a comment from CesarBarros Jul 18, 2018
@ytdl-org ytdl-org deleted a comment from CesarBarros Jul 18, 2018
@marzsv
Copy link

@marzsv marzsv commented Aug 17, 2018

If there's anyone who can take charge of this issue I can provide a udemy for business account, so he/she can implement this feature.

@santosh-m
Copy link

@santosh-m santosh-m commented Sep 19, 2018

As of version 2018.09.18, it still seems not possible to download from Udemy Business account.
Error it says is:

[generic] the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert: Requesting header
[redirect] Following redirect to https://mycompany.udemy.com/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/learn/v4/
[generic] v4: Requesting header
WARNING: Falling back on generic information extractor.
[generic] v4: Downloading webpage
[generic] v4: Extracting information
ERROR: Unsupported URL: https://mycompany.udemy.com/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/learn/v4

Could anyone fix this ? That would be a great help.

@adita22 / @marzsv : Have you guys found any fix for this ?

@WangFeHung
Copy link

@WangFeHung WangFeHung commented Oct 20, 2018

As of version 2018.09.18, it still seems not possible to download from Udemy Business account.
Error it says is:

[generic] the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert: Requesting header
[redirect] Following redirect to https://mycompany.udemy.com/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/learn/v4/
[generic] v4: Requesting header
WARNING: Falling back on generic information extractor.
[generic] v4: Downloading webpage
[generic] v4: Extracting information
ERROR: Unsupported URL: https://mycompany.udemy.com/the-ultimate-mysql-bootcamp-go-from-sql-beginner-to-expert/learn/v4

Could anyone fix this ? That would be a great help.

@adita22 / @marzsv : @santosh-m Have you guys found any fix for this ?
It would be a great help

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.