Skip to content

Commit b13cd15

Browse files
authored
Merge pull request #71 from Skaronator/renovate/gallery-dl-1.x
Update dependency gallery-dl to v1.29.1
2 parents f903014 + 1a2ee60 commit b13cd15

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

patches/ffprobe-pr-6246.patch

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/gallery_dl/downloader/http.py b/gallery_dl/downloader/http.py
2-
index 54750ac733..2ab721d0e8 100644
2+
index faea9e52f7..802a7dc764 100644
33
--- a/gallery_dl/downloader/http.py
44
+++ b/gallery_dl/downloader/http.py
55
@@ -12,7 +12,7 @@
66
import mimetypes
77
from requests.exceptions import RequestException, ConnectionError, Timeout
88
from .common import DownloaderBase
9-
-from .. import text, util
10-
+from .. import text, util, ffprobe
9+
-from .. import text, util, output
10+
+from .. import text, util, output, ffprobe
1111
from ssl import SSLError
1212

1313

@@ -20,7 +20,7 @@ index 54750ac733..2ab721d0e8 100644
2020
self.retries = self.config("retries", extractor._retries)
2121
self.retry_codes = self.config("retry-codes", extractor._retry_codes)
2222
self.timeout = self.config("timeout", extractor._timeout)
23-
@@ -59,6 +61,20 @@ def __init__(self, job):
23+
@@ -60,6 +62,20 @@ def __init__(self, job):
2424
self.log.warning(
2525
"Invalid maximum file size (%r)", self.maxsize)
2626
self.maxsize = maxsize
@@ -41,7 +41,7 @@ index 54750ac733..2ab721d0e8 100644
4141
if isinstance(self.chunk_size, str):
4242
chunk_size = text.parse_bytes(self.chunk_size)
4343
if not chunk_size:
44-
@@ -219,6 +235,28 @@ def _download_impl(self, url, pathfmt):
44+
@@ -245,6 +261,28 @@ def _download_impl(self, url, pathfmt):
4545
kwdict[metadata] = util.extract_headers(response)
4646
build_path = True
4747

@@ -172,10 +172,10 @@ index 0000000000..707f5786fb
172172
+ except (ValueError, ZeroDivisionError):
173173
+ return 0
174174
diff --git a/gallery_dl/text.py b/gallery_dl/text.py
175-
index 5fd5a40715..bb6653d587 100644
175+
index c1dde94982..bd06cb6926 100644
176176
--- a/gallery_dl/text.py
177177
+++ b/gallery_dl/text.py
178-
@@ -305,6 +305,28 @@ def parse_timestamp(ts, default=None):
178+
@@ -304,6 +304,28 @@ def parse_timestamp(ts, default=None):
179179
return default
180180

181181

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
gallery-dl==1.28.4
1+
gallery-dl==1.29.1
22
pyyaml >=6, <7

0 commit comments

Comments
 (0)