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.
[DAILYMOTION] An extractor error has occurred #17699
Comments
|
Seeing the same problem from a US IP. Interestingly youtube-dl worked (for dailymotion) for me last night, but this morning it fails with same error as OP. |
|
https://www.dailymotion.com/player/metadata/video/:videoId?integration=inline&GK_PV5_NEON=1 metadata url here, you can fix. |
|
Can confirm from Australian ip. Same extractor error as OP. youtube-dl -v https://www.dailymotion.com/video/x6u51mv |
|
Confirm; US ip. python:/usr/lib/libpthread.so.24.0: undefined symbol '_rthread_debug' During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
[root@server htdocs]# youtube-dl https://www.dailymotion.com/video/xv0l0w --verbose |
|
Hi Mehmet its already fixed cbc4c57 |
|
I am not sure it is fixed. I just tried to download from dailymotion. It worked fine last week, but today I got the following (US IP) C:\Users\Peter\Downloads>youtube-dl https://www.dailymotion.com/video/x6u C:\Users\Peter\Downloads>youtube-dl -v https://www.dailymotion.com/video/ [debug] System config: [] During handling of the above exception, another exception occurred: Traceback (most recent call last): youtube-dl still appears to work fine for other sites like youtube etc |
|
version 2018.09.26. confirmed not working from US IP. [debug] System config: [] During handling of the above exception, another exception occurred: Traceback (most recent call last): |
|
I fixed in my repo and I created a pull request but it hasn't merged yet. We hope it will be merged as soon as possible |
|
Bug still present. UK ~/bin/youtube-dl --version [debug] System config: [] |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like this:[x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.09.26. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):