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

[VidLii] Add 720p support (yt-dlp backport-ish) #30924

Merged
merged 12 commits into from
Jun 11, 2024
Merged

[VidLii] Add 720p support (yt-dlp backport-ish) #30924

merged 12 commits into from
Jun 11, 2024

Conversation

mrpapersonic
Copy link
Contributor

@mrpapersonic mrpapersonic commented May 7, 2022

Please follow the guide below

  • You will be asked some questions, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your pull request (like that [x])
  • Use Preview tab to see how your pull request will actually look like

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
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

  • Bug fix
  • Improvement
  • New extractor
  • New feature

Description of your pull request and other information

Adds HD support to VidLii.
This was originally done in #29291, but I deleted that fork a long time ago so I can't make any more edits to it.

@mrpapersonic mrpapersonic changed the title Use ExtractorError instead of Exception [VidLii] Add HD support May 7, 2022
@mrpapersonic mrpapersonic reopened this May 7, 2022
Copy link
Contributor

@dirkf dirkf left a comment

Choose a reason for hiding this comment

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

Thanks for your work!

Just a few observations.

youtube_dl/extractor/vidlii.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vidlii.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vidlii.py Show resolved Hide resolved
youtube_dl/extractor/vidlii.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vidlii.py Outdated Show resolved Hide resolved
youtube_dl/extractor/vidlii.py Outdated Show resolved Hide resolved
mrpapersonic and others added 6 commits May 20, 2022 04:07
Co-authored-by: dirkf <fieldhouse@gmx.net>
* tags: ['1', '2'] -> list
* self._check_formats() used for checking HD url
* self._search_regex -> self._html_search_regex

Co-authored-by: dirkf <fieldhouse@gmx.net>
We don't need to check if the 360p source is there
@mrpapersonic mrpapersonic requested a review from dirkf May 21, 2022 20:37
@mrpapersonic mrpapersonic changed the title [VidLii] Add HD support [VidLii] Add 720p support (yt-dlp backport-ish) Jun 22, 2022
@mrpapersonic
Copy link
Contributor Author

@dirkf can this be re-reviewed? Looks like it got lost in the sea of current PRs.

Copy link
Contributor

@dirkf dirkf left a comment

Choose a reason for hiding this comment

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

Should be fine with this change.

youtube_dl/extractor/vidlii.py Outdated Show resolved Hide resolved
@dirkf dirkf merged commit 0153b38 into ytdl-org:master Jun 11, 2024
14 checks passed
@dirkf dirkf mentioned this pull request Jun 11, 2024
11 tasks
github-actions bot added a commit to hellopony/youtube-dl that referenced this pull request Jun 11, 2024
* https://github.com/ytdl-org/youtube-dl:
  [VidLii] Add 720p support (ytdl-org#30924)
  [ORF] Skip tests with limited availability
  [ORF] Re-factor and update`ORFFM4StoryIE` * fix getting media via DASH instead of inaccessible mp4 * also get in-page YT media
  [ORF] Support sound.orf.at, updating `ORFRadioIE` * maintain support for xx.orf.at/player/... URLs * add `ORFRadioCollectionIE` to support playlists in ORF Sound * back-port and re-work `ORFPodcastIE` from yt-dlp/yt-dlp#8486, thx Esokrates
  [ORF] Support on.orf.at, replacing `ORFTVthekIE` * add `ORFONIE`, back-porting yt-dlp PR yt-dlp/yt-dlp#9113 and friends: thx HobbyistDev, TuxCoder, seproDev * re-factor to support livestreams via new `ORFONliveIE`
  [test] Improve download test * skip reason can't be unicode in Py2 * remove duplicate assert...Equal functions
  [core] Re-factor with `_fill_common_fields()` as used in yt-dlp
  [core] Safer handling of nested playlist data
  [mixcloud] updated mixcloud API server address (ytdl-org#32557)
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