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.
[teamcoco] ERROR: An extractor error has occurred. #17099
Comments
|
Since it's been 9 days and this missed the next release I tested the fix above on the same Raspberry Pi youtube-dl gave the verbose output that opened this. (it's downloaded many teamcoco videos beforehand) It ultimately works, but with the fix it downloads a m3u8 file and requires either ffmpeg or avconv. After installing ffmpeg, ffmpeg downloads a video.ts file and an audio.ts file (where before it just downloaded a mp4 file) It'll be ok as-is, but there's one thing that'll make the fix better. Maybe it's normal behavior, but when it executes ffmpeg, ffmpeg is unnecessarily verbose when youtube-dl isn't asked to be verbose. In the output below ffmpeg outputted the bulk of the output, that while good for verbose mode, could have been hidden.
|
|
The site changed again and this unreleased fix is broken. Now the video urls are in a json response from http://teamcoco.com/_truman/d/104328?v=v1536871782669 where the 104328 number is a video id that is/was probably parsed. For the ?v=v1536871782669, it'll return the same json without the parameter. It's probably from http://teamcoco.com/_truman/f/clips-v1536871782669.html where the http://teamcoco.com/_truman/d/104328 is assembled from concatenated constants there. Not sure where v1536871782669 comes from.
|
|
If I look at the source code of https://teamcoco.com/video/full-episode-japan, this would suggest that Just to point out the obvious: The initial:
is caused by
|
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.07.29. 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 ```):