Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vvvvid] add playlists support #27574

Merged
merged 8 commits into from
Dec 30, 2020
Merged

[vvvvid] add playlists support #27574

merged 8 commits into from
Dec 30, 2020

Conversation

nixxo
Copy link
Contributor

@nixxo nixxo commented Dec 29, 2020

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • I am the original author of this code and I am willing to release it under Unlicense

What is the purpose of your pull request?

  • Improvement
  • New extractor
  • New feature

Add support for playlist in the VVVVID website.

Solves #18130

@nixxo nixxo changed the title Vvvvid playlists [vvvvid] add playlists support Dec 29, 2020
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
@nixxo nixxo requested a review from remitamine December 29, 2020 22:15
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
- removed duplication for _download_info #27574 (comment)
- removed custom title creation #27574 (comment)
- improved missing value checks as suggested #27574 (comment)
- check if 'episodes' exist #27574 (comment)
- checks to avoid Fatals #27574 (comment)
- improved regex #27574 (comment)
- added playlist_description #27574 (comment)
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@remitamine remitamine left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apart from that, i think the PR should be ready to be merged, try to squash the commit after making the requested changes.

youtube_dl/extractor/vvvvid.py Outdated Show resolved Hide resolved
- changed 'id' in 'show_title' as it's more accurate #27574 (comment) and #27574 (comment)
- removed unnecessary urljoin #27574 (comment)
- changed args in playlist_result call #27574 (comment)
- moved response['data'] inside _download_info as suggested #27574 (comment)
- added Fatal args and moved %s inside _download_info #27574 (comment)
@remitamine remitamine merged commit 2e21b06 into ytdl-org:master Dec 30, 2020
@nixxo
Copy link
Contributor Author

nixxo commented Dec 30, 2020

thanks for the time dedicated to this PR.

I wish you a happy new year.

@nixxo nixxo deleted the vvvvid-playlists branch January 14, 2021 19:55
ThirumalaiK pushed a commit to ThirumalaiK/youtube-dl that referenced this pull request Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants