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

Fixes and improvements in general and to external downloaders #173

Merged
merged 10 commits into from
Mar 20, 2021
Merged

Fixes and improvements in general and to external downloaders #173

merged 10 commits into from
Mar 20, 2021

Conversation

damianoamatruda
Copy link
Contributor

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

yt_dlp/downloader/hls.py Outdated Show resolved Hide resolved
yt_dlp/downloader/external.py Outdated Show resolved Hide resolved
yt_dlp/downloader/external.py Show resolved Hide resolved
Copy link
Member

@pukkandan pukkandan left a comment

Choose a reason for hiding this comment

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

1d27378 This only makes merging with upstream code more difficult while providing no actual benefit
f74440d Please explain this commit. I don't understand how the current implementation is wrong

yt_dlp/downloader/hls.py Outdated Show resolved Hide resolved
@damianoamatruda
Copy link
Contributor Author

1d27378 This only makes merging with upstream code more difficult while providing no actual benefit

For me it’s a matter of consistency, but I accept your observation

pukkandan and others added 10 commits March 20, 2021 09:15
Older versions of ffmpeg doesn't allow `-to` as an input option
Closes #180
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
`mp4` has `comment` and `synopsis`; the synopsis is expected to have the long description
So we save the `webpage_url` to `comment` and `description` to `synopsis`

Related: ytdl-org/youtube-dl#28478

Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
@pukkandan pukkandan merged this pull request into yt-dlp:master Mar 20, 2021
pukkandan added a commit that referenced this pull request Mar 20, 2021
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
pukkandan pushed a commit that referenced this pull request Mar 20, 2021
pukkandan added a commit that referenced this pull request Mar 20, 2021
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
pukkandan added a commit that referenced this pull request Mar 20, 2021
`mp4` has `comment` and `synopsis`; the synopsis is expected to have the long description
So we save the `webpage_url` to `comment` and `description` to `synopsis`

Related: ytdl-org/youtube-dl#28478

Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
pukkandan added a commit that referenced this pull request Mar 20, 2021
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
pukkandan added a commit that referenced this pull request Jul 15, 2021
…173)"

This reverts commit 4d971a1 by @damianoamatruda
Closes #500

This was wrongly checking for `write_thumbnail`
pukkandan added a commit that referenced this pull request Oct 9, 2021
This was originally implemented in 4d971a1 (#173) by @damianoamatruda
but was reverted in 3b29791
since it was unintentionally being triggered for `write_thumbnail` (See #500)
nixxo referenced this pull request in nixxo/yt-dlp Nov 22, 2021
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
nixxo referenced this pull request in nixxo/yt-dlp Nov 22, 2021
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
nixxo referenced this pull request in nixxo/yt-dlp Nov 22, 2021
`mp4` has `comment` and `synopsis`; the synopsis is expected to have the long description
So we save the `webpage_url` to `comment` and `description` to `synopsis`

Related: ytdl-org/youtube-dl#28478

Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
nixxo referenced this pull request in nixxo/yt-dlp Nov 22, 2021
Co-authored by: Damiano Amatruda <damiano.amatruda@outlook.com>
nixxo referenced this pull request in nixxo/yt-dlp Nov 22, 2021
…173)"

This reverts commit c1e3104 by @damianoamatruda
Closes yt-dlp#500

This was wrongly checking for `write_thumbnail`
nixxo referenced this pull request in nixxo/yt-dlp Nov 22, 2021
This was originally implemented in c1e3104 (#173) by @damianoamatruda
but was reverted in 61020fa
since it was unintentionally being triggered for `write_thumbnail` (See yt-dlp#500)
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.

None yet

2 participants