View | Details | Raw Unified | Return to bug 253732
Collapse All | Expand All

(-)b/www/youtube_dlc/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	youtube_dlc
3
PORTNAME=	youtube_dlc
4
DISTVERSION=	2021.02.15
4
DISTVERSION=	2021.02.19
5
CATEGORIES=	www
5
CATEGORIES=	www
6
6
7
# Implicit approval to commit trivial version updates.
7
# Implicit approval to commit trivial version updates.
(-)b/www/youtube_dlc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1613562925
1
TIMESTAMP = 1613862414
2
SHA256 (pukkandan-yt-dlp-2021.02.15_GH0.tar.gz) = 7b5c89798ddab730c36631e42001873d8d3ecf74803c48faa29149569d09f457
2
SHA256 (pukkandan-yt-dlp-2021.02.19_GH0.tar.gz) = 9a897969d6fb5c5f8806b3e220471a5ed1e964aae0d9b93952209e2febb978f1
3
SIZE (pukkandan-yt-dlp-2021.02.15_GH0.tar.gz) = 1547487
3
SIZE (pukkandan-yt-dlp-2021.02.19_GH0.tar.gz) = 1553522
(-)b/www/youtube_dlc/files/patch-youtube__dlc_____init____.py (-3 / +3 lines)
Lines 1-4 Link Here
1
--- youtube_dlc/__init__.py.orig	2021-02-17 11:58:10 UTC
1
--- youtube_dlc/__init__.py.orig	2021-02-19 21:44:01 UTC
2
+++ youtube_dlc/__init__.py
2
+++ youtube_dlc/__init__.py
3
@@ -38,7 +38,6 @@ from .utils import (
3
@@ -38,7 +38,6 @@ from .utils import (
4
     std_headers,
4
     std_headers,
Lines 8-14 Link Here
8
 from .downloader import (
8
 from .downloader import (
9
     FileDownloader,
9
     FileDownloader,
10
 )
10
 )
11
@@ -555,17 +554,9 @@ def _real_main(argv=None):
11
@@ -556,17 +555,9 @@ def _real_main(argv=None):
12
         if opts.rm_cachedir:
12
         if opts.rm_cachedir:
13
             ydl.cache.remove()
13
             ydl.cache.remove()
14
 
14
 
Lines 17-23 Link Here
17
-            # If updater returns True, exit. Required for windows
17
-            # If updater returns True, exit. Required for windows
18
-            if update_self(ydl.to_screen, opts.verbose, ydl._opener):
18
-            if update_self(ydl.to_screen, opts.verbose, ydl._opener):
19
-                if actual_use:
19
-                if actual_use:
20
-                    parser.error('The program must exit for the update to complete')
20
-                    sys.exit('ERROR: The program must exit for the update to complete')
21
-                sys.exit()
21
-                sys.exit()
22
-
22
-
23
         # Maybe do nothing
23
         # Maybe do nothing

Return to bug 253732