From fb7740590fb6631cf8e5ae3ba4e7a81b0623cba9 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 1 Feb 2020 01:30:41 -0500 Subject: [PATCH] d/p/disable-autoupdate-mechanism.patch: Extend to clean up errant import and README clobber on clean. --- .../disable-autoupdate-mechanism.patch | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/debian/patches/disable-autoupdate-mechanism.patch b/debian/patches/disable-autoupdate-mechanism.patch index 2b906bd..45b68d1 100644 --- a/debian/patches/disable-autoupdate-mechanism.patch +++ b/debian/patches/disable-autoupdate-mechanism.patch @@ -15,9 +15,29 @@ Last-Update: 2018-03-16 youtube_dl/options.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) +--- a/README.md ++++ a/README.md +@@ -53,9 +53,6 @@ + # OPTIONS + -h, --help Print this help text and exit + --version Print program version and exit +- -U, --update Update this program to latest version. Make +- sure that you have sufficient permissions +- (run with sudo if needed) + -i, --ignore-errors Continue on download errors, for example to + skip unavailable videos in a playlist + --abort-on-error Abort downloading of further videos (in the --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py -@@ -441,7 +441,12 @@ +@@ -36,7 +36,6 @@ + write_string, + render_table, + ) +-from .update import update_self + from .downloader import ( + FileDownloader, + ) +@@ -441,7 +440,12 @@ with YoutubeDL(ydl_opts) as ydl: # Update version if opts.update_self: -- 2.41.0