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.
[fox.com] unable to get season_number and episode_number #12219
Comments
|
Here's my fix:
|
|
Here is the latest verbose output with version 2017.02.22. I have two computers and one was a few days out of date, although both had the same results.
Am I able to test the above fix proposed by @gkoelln? I installed Python 3.4.4, downloaded the current Master branch code, updated fox.py with gkoelln's suggested code, tried running python -m YoutubDl.py and get a SystemError about the Parent module '' not loaded. I am not sure where to go from there. I am trying though. |
|
Ok, I figured out how to test the code and it was successful!! Here is my output.
How do we get this code submitted for review? I am new to all of this. |
|
Well, either the developers can make my proposed changes above, or I can make those changes on my fork and do a pull request. Though, I haven't had much success with any of my pull requests being merged so far. |
|
@dstftw, what do you think about this? |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.02.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?
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
-vflag to your command line you run youtube-dl with, 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):
Note that youtube-dl does not support sites dedicated to copyright infringement. In order for site support request to be accepted all provided example URLs should not violate any copyrights.
Description of your issue, suggested solution and other information
Unable to get season, season_number, and episode_number. Output results in NA for each field. I am able to grab the title. The links I provided clearly show the season number and episode number on the web page. I think the info is contained in the following script example from the last link I provided above.
This issue only occurs on Fox. I do not have this issue with other major networks.