youtube-series-downloader 1.6.0__py3-none-any.whl → 1.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- youtube_series_downloader/gateways/youtube_dl_gateway.py +1 -1
- {youtube_series_downloader-1.6.0.data → youtube_series_downloader-1.6.2.data}/data/config/youtube-series-downloader-example.cfg +2 -2
- {youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/METADATA +1 -1
- {youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/RECORD +8 -8
- {youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/WHEEL +1 -1
- {youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/entry_points.txt +0 -0
- {youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/licenses/LICENSE +0 -0
- {youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,7 @@ class YoutubeDlGateway:
|
|
|
28
28
|
"merge_output_format": "mkv",
|
|
29
29
|
}
|
|
30
30
|
if config.general.cookies_file:
|
|
31
|
-
ydl_opts["
|
|
31
|
+
ydl_opts["cookiefile"] = config.general.cookies_file
|
|
32
32
|
|
|
33
33
|
with YoutubeDL(ydl_opts) as ydl:
|
|
34
34
|
return_code = ydl.download([video.id])
|
|
@@ -21,8 +21,8 @@ series_dir = /mnt/lvm/series
|
|
|
21
21
|
# Possible values: none, error, warning, info, verbose, debug
|
|
22
22
|
# log_level = info
|
|
23
23
|
|
|
24
|
-
# (Optional)
|
|
25
|
-
#
|
|
24
|
+
# (Optional) Cookies file to use when downloading videos. Useful for making sure YouTube doesn't block the requests.
|
|
25
|
+
# cookies_file = /path/to/cookies.txt
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
[vars]
|
{youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: youtube-series-downloader
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.2
|
|
4
4
|
Summary: Downloads YouTube series and optionally speeds them up to be watched on TVs
|
|
5
5
|
Home-page: https://github.com/Senth/youtube-series-downloader
|
|
6
6
|
Author: Matteus Magnusson
|
{youtube_series_downloader-1.6.0.dist-info → youtube_series_downloader-1.6.2.dist-info}/RECORD
RENAMED
|
@@ -16,17 +16,17 @@ youtube_series_downloader/gateways/config_gateway.py,sha256=W4aW9PWMtqCPeXtikVcT
|
|
|
16
16
|
youtube_series_downloader/gateways/config_gateway_test.py,sha256=RsN385HwuzaTFTRqenBorgX5M8FD11RJNgI2uHgY0H8,4995
|
|
17
17
|
youtube_series_downloader/gateways/ffmpeg_gateway.py,sha256=psoHovXk1LFbCrifUsbgurj7FTXiBwErPkQXYbxSk3s,2100
|
|
18
18
|
youtube_series_downloader/gateways/sqlite_gateway.py,sha256=wJrRe9uR2riVJXf25LdfmtdmTvy8zUTEqgHKXBu3pC4,2713
|
|
19
|
-
youtube_series_downloader/gateways/youtube_dl_gateway.py,sha256=
|
|
19
|
+
youtube_series_downloader/gateways/youtube_dl_gateway.py,sha256=lXclWgvO7jh8vqZIthbN9_NmK26niFHBVtRrpdhVutk,1196
|
|
20
20
|
youtube_series_downloader/gateways/youtube_gateway.py,sha256=1s_GocAWily_i07a0NItOwreCqCg3w7ZNYVf4KuOrIE,1192
|
|
21
21
|
youtube_series_downloader/gateways/youtube_gateway_test.py,sha256=tD_RytTJupsNfTaZ-BcIdbC52--NAdUvPwo4Ioo9eb0,524
|
|
22
22
|
youtube_series_downloader/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
23
|
youtube_series_downloader/utils/arg_parser.py,sha256=uYiCPAvYBbYzE2EykYfQ3s80OcQblbWFjY7mYdHjHzE,1236
|
|
24
24
|
youtube_series_downloader/utils/log_colors.py,sha256=wqlo5hKKbhwDI-dNF7zqEusZzCxaGQimvabdKrQQdUw,312
|
|
25
25
|
youtube_series_downloader/utils/program_checker.py,sha256=xE5rTZ4ZBWXbJhtESvmBAKOnAoDAZ5xrcnaM1aQPRds,769
|
|
26
|
-
youtube_series_downloader-1.6.
|
|
27
|
-
youtube_series_downloader-1.6.
|
|
28
|
-
youtube_series_downloader-1.6.
|
|
29
|
-
youtube_series_downloader-1.6.
|
|
30
|
-
youtube_series_downloader-1.6.
|
|
31
|
-
youtube_series_downloader-1.6.
|
|
32
|
-
youtube_series_downloader-1.6.
|
|
26
|
+
youtube_series_downloader-1.6.2.data/data/config/youtube-series-downloader-example.cfg,sha256=NwnvxcJORynRszd6E5u9d-zKpiH1I4VZ43XEhzk49gU,3007
|
|
27
|
+
youtube_series_downloader-1.6.2.dist-info/licenses/LICENSE,sha256=j9fKTgFT0WxBLip6EHA_9VIsfBL6bjpPfO7tYFFAIGE,1083
|
|
28
|
+
youtube_series_downloader-1.6.2.dist-info/METADATA,sha256=kG0N3OdktpIoamtzPf2iOMprgI7Ebm2CykD0KrMOZ_E,3443
|
|
29
|
+
youtube_series_downloader-1.6.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
30
|
+
youtube_series_downloader-1.6.2.dist-info/entry_points.txt,sha256=kUH-YNvrBo28MY7MpRsf5ALBu8REYn0dJVXIHO23JGI,86
|
|
31
|
+
youtube_series_downloader-1.6.2.dist-info/top_level.txt,sha256=NO2OkIRFHG2NX7KtIyMiErko-r8ezUtVlZxKmRUGvK8,26
|
|
32
|
+
youtube_series_downloader-1.6.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|