On Wed, 16 Nov 2022 02:41:38 -0500 Andres Salomon <dilin...@queued.net>
wrote:
> Package: python3-moviepy
> Version: 1.0.3-2
> Severity: normal
>
> We are planning to remove the youtube-dl package in the next Debian
> release, as upstream development had issues and has stagnated (see
> <https://bugs.debian.org/994151> ). The upstream package was forked,
and
> active development now happens in yt-dlp (which is an almost* drop-in
> replacement for youtube-dl). Your package has a "Suggests:
youtube-dl".
> Please test your package with yt-dlp and update the suggests to
replace
> "youtube-dl" with "yt-dlp" once you've verified that it works
correctly
> with your package.
The youtube-dl package is now empty. Please update your package to use
yt-dlp instead. It looks like there are two places in the package
source (moviepy/video/io/downloader.py and
examples/dancing_knights.py) that call youtube-dl, and in both cases
the usage is pretty simple and can most likely just be replaced with
calls to yt-dlp without further modification.
Since youtube-dl doesn't look critical to the use of this package, it
doesn't seem necessary to raise the severity of this bug.