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.
[8tracks] throws 403 error after first 4 songs. Nothing downloads. #2310
Comments
|
Please post the full output you get when running |
|
Results: cade@batman:~> youtube-dl --verbose "http://8tracks.com/cadejscroggins/blast-off" |
|
Thanks, we will investigate. It seems that not all urls fail, at least our test url (http://8tracks.com/ytdl/youtube-dl-test-tracks-a) works fine (although it failed a few days ago). |
|
So I found a fix. The download script (eighttracks.py) doesn't even use the 8tracks API. I modified it to use API version 3, and it seems to fix the issue. |
|
Feel free to open a pull request with the fix. |
|
Similar problem... youtube-dl --verbose 'http://8tracks.com/noonpacific/noon-103' |
|
Identical error to @izaakm, latest pip upgrade. |
|
Previously I can but now I cannot to download anything from 8tracks site. All time get HTTP Error 403: Forbidden May be thay there change smth., I don't know... but in browser I can open page http://8tracks.com/jbear_4/new-american-roots-vol-i
|
|
Ok, thanks for the explanation. So if you need it non blocking, 8tracks is incompatible with -J, unless there would be a parameter to have it stop to the first 5 items and return immediately. |
|
Just to clarify: The feature "stop to the first 5 items and return immediately" is different from the original one. If it's exactly what you want, open a new issue. |
|
Done as #7350 |
8tracks recently updated their API to version 3. They probably updated their security on this (because, according to their license, you can only skip 3 songs within a certain time frame).