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.
Spike changed name to Paramount and now Spike extractor doesn't recognize new URL's #15418
Comments
|
Just as a test I downloaded the source and went into spike.py and replaced all instances of spike in spike.com or spike\.com with paramountnetwork (I did not change any instances not followed by .com or \.com). That allowed it to work, at least with a full episode (although it got it in five parts; wish there was some way to make it automatically join them into a single file). I know that is probably not a proper fix but at least it indicates that the spike extractor probably doesn't require any major changes to fix this, and I know pretty much nothing about Python. |
|
The site does seem to be similar. I'll try and change it over and see if it works. |
|
I would be willing to take downloads even if they are in parts (I can then combine them afterwards) however I am not sure how to do what you mention @tv21 I download the full youtube-dl and then I changed spike.py as you mentioned replacing spike with paramountnetwork. How do I then get youtube-dl to pull from my changed file on my computer instead of from the spike.py here on github (or wherever it pulls from). |
|
@tindivall assuming you have the source on your system, you would run |
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.01.21. 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?
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 ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Paramount Network is the new name for the former Spike TV (https://en.wikipedia.org/wiki/Paramount_Network), so if you had an extractor for Spike it may well work if you can change the Spike extractor to recognize new paramountnetwork.com URL's.