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.
Found a bug in extractor sohu.py #4409
Comments
|
You can submit a pull request for this so that the test suite runs and it's easier to check and make sure the change is correct. Just click "edit" on the file in question, change the line, and add a commit message at the bottom. It will automatically link you to the "Pull Request" window where you can make a pull request, which is very similar to an issue. Make sure to add the phrase "fixes #4409" somewhere in your pull request so the pull request links to this one. |
[line 58]
vid_id = vid_ids[-1]
should be
vid_id = vid_ids[0]
to download best quality video by default