warp-beacon 2.2.56__py3-none-any.whl → 2.2.58__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.
- warp_beacon/__version__.py +1 -1
- warp_beacon/scraper/youtube/abstract.py +1 -1
- warp_beacon/scraper/youtube/music.py +1 -2
- {warp_beacon-2.2.56.dist-info → warp_beacon-2.2.58.dist-info}/METADATA +4 -4
- {warp_beacon-2.2.56.dist-info → warp_beacon-2.2.58.dist-info}/RECORD +9 -9
- {warp_beacon-2.2.56.dist-info → warp_beacon-2.2.58.dist-info}/WHEEL +1 -1
- {warp_beacon-2.2.56.dist-info → warp_beacon-2.2.58.dist-info}/LICENSE +0 -0
- {warp_beacon-2.2.56.dist-info → warp_beacon-2.2.58.dist-info}/entry_points.txt +0 -0
- {warp_beacon-2.2.56.dist-info → warp_beacon-2.2.58.dist-info}/top_level.txt +0 -0
warp_beacon/__version__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
__version__ = "2.2.
|
1
|
+
__version__ = "2.2.58"
|
2
2
|
|
@@ -231,7 +231,7 @@ class YoutubeAbstract(ScraperAbstract):
|
|
231
231
|
_default_clients["ANDROID"]["innertube_context"]["context"]["client"]["clientVersion"] = "19.08.35"
|
232
232
|
_default_clients["ANDROID_MUSIC"] = _default_clients["ANDROID"]
|
233
233
|
yt_opts = {"url": url, "on_progress_callback": self.yt_on_progress}
|
234
|
-
|
234
|
+
yt_opts["client"] = "TV_EMBED"
|
235
235
|
yt_opts["use_oauth"] = True
|
236
236
|
yt_opts["allow_oauth_cache"] = True
|
237
237
|
yt_opts["token_file"] = self.YT_SESSION_FILE % self.account_index
|
@@ -33,8 +33,7 @@ class YoutubeMusicScraper(YoutubeAbstract):
|
|
33
33
|
max_retries=0,
|
34
34
|
timeout=timeout,
|
35
35
|
skip_existing=False,
|
36
|
-
filename_prefix='yt_download_'
|
37
|
-
mp3=True
|
36
|
+
filename_prefix='yt_download_'
|
38
37
|
)
|
39
38
|
logging.debug("Temp filename: '%s'", local_file)
|
40
39
|
res.append({
|
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: warp_beacon
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.58
|
4
4
|
Summary: Telegram bot for expanding external media links
|
5
5
|
Home-page: https://github.com/sb0y/warp_beacon
|
6
6
|
Author: Andrey Bagrintsev
|
7
7
|
Author-email: "Andrey (Sb0y) Bagrintsev" <andrey@bagrintsev.me>
|
8
|
-
License:
|
8
|
+
License: Apache License
|
9
9
|
Version 2.0, January 2004
|
10
10
|
http://www.apache.org/licenses/
|
11
11
|
|
@@ -231,11 +231,11 @@ Requires-Dist: tgcrypto
|
|
231
231
|
Requires-Dist: pyrogram
|
232
232
|
Requires-Dist: pillow-heif
|
233
233
|
Requires-Dist: pytubefix
|
234
|
-
Requires-Dist: av
|
234
|
+
Requires-Dist: av==12.3.0
|
235
235
|
Requires-Dist: urlextract
|
236
236
|
Requires-Dist: pillow
|
237
237
|
Requires-Dist: pymongo
|
238
|
-
Requires-Dist: instagrapi
|
238
|
+
Requires-Dist: instagrapi==2.0.0
|
239
239
|
|
240
240
|
# warp_beacon [](https://github.com/sb0y/warp_beacon/actions/workflows/python-publish.yml) [](https://github.com/sb0y/warp_beacon/actions/workflows/docker-image.yml) [](https://github.com/sb0y/warp_beacon/actions/workflows/build-deb.yml)
|
241
241
|
|
@@ -3,7 +3,7 @@ lib/systemd/system/warp_beacon.service,sha256=lPmHqLqcI2eIV7nwHS0qcALQrznixqJuww
|
|
3
3
|
var/warp_beacon/accounts.json,sha256=2QQMS9N_Z-TnfZq4U1vSUe4IKyZGmTFdgo8BoF4hQ7E,1710
|
4
4
|
var/warp_beacon/placeholder.gif,sha256=cE5CGJVaop4Sx21zx6j4AyoHU0ncmvQuS2o6hJfEH88,6064
|
5
5
|
warp_beacon/__init__.py,sha256=_rThNODmz0nDp_n4mWo_HKaNFE5jk1_7cRhHyYaencI,163
|
6
|
-
warp_beacon/__version__.py,sha256=
|
6
|
+
warp_beacon/__version__.py,sha256=hxL9rMkttRVPijKhql_eU_9VotYbWKOmKPnyazxPH-A,24
|
7
7
|
warp_beacon/warp_beacon.py,sha256=7KEtZDj-pdhtl6m-zFLsSojs1ZR4o7L0xbqtdmYPvfE,342
|
8
8
|
warp_beacon/compress/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
warp_beacon/compress/video.py,sha256=_PDMVYCyzLYxHv1uZmmzGcG_8rjaZr7BTXsXTTy_oS4,2846
|
@@ -26,8 +26,8 @@ warp_beacon/scraper/exceptions.py,sha256=fHywTm2-y2RkgM6hVz12CkDMBgHcEoN2a1TBLaV
|
|
26
26
|
warp_beacon/scraper/instagram/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
27
|
warp_beacon/scraper/instagram/instagram.py,sha256=m2bAqLu-_HchlF5CVZDlytB9cFGxrN7EEbQW-G1f5u4,12857
|
28
28
|
warp_beacon/scraper/youtube/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
29
|
-
warp_beacon/scraper/youtube/abstract.py,sha256=
|
30
|
-
warp_beacon/scraper/youtube/music.py,sha256=
|
29
|
+
warp_beacon/scraper/youtube/abstract.py,sha256=LqQRNjWY1S44nGvthuinnaRvyAKHfDwnIoMqSoj_EaA,8765
|
30
|
+
warp_beacon/scraper/youtube/music.py,sha256=LzpnRVL0sa1S5KDy0C5iMwNPPXZnXhIrEUxFX2ro06c,1471
|
31
31
|
warp_beacon/scraper/youtube/shorts.py,sha256=WMjStmQz24zJwpzGak4-UuaVLo4-0hPtH_rAHQWgKdU,1322
|
32
32
|
warp_beacon/scraper/youtube/youtube.py,sha256=JvN5pVz0jtxCY9FGMl1dIg5Ccr2Kulaoxtym0Vb1QwQ,2224
|
33
33
|
warp_beacon/storage/__init__.py,sha256=m86MDXBMtZZsTPLI2cD-pM5Xkh2g2NYVvp_dtW8eH0Q,3548
|
@@ -37,9 +37,9 @@ warp_beacon/telegram/handlers.py,sha256=SyYSDYbHnMpXDqockHTN-8Rg_YimLDfJAOhuubQf
|
|
37
37
|
warp_beacon/telegram/placeholder_message.py,sha256=N1fSL1xbFLF5alhnEvk-xbf3v2A_nLWg6xHtVZTaoiA,6396
|
38
38
|
warp_beacon/telegram/utils.py,sha256=wSyJJsv1chaK4hqnBP-dDiY1hYD7wFhzBzw5H_AwE88,2450
|
39
39
|
warp_beacon/uploader/__init__.py,sha256=rbfsm_eYcfsBRkiaG0glVgBNtQCEe7cVQTWEIAHz5aw,4763
|
40
|
-
warp_beacon-2.2.
|
41
|
-
warp_beacon-2.2.
|
42
|
-
warp_beacon-2.2.
|
43
|
-
warp_beacon-2.2.
|
44
|
-
warp_beacon-2.2.
|
45
|
-
warp_beacon-2.2.
|
40
|
+
warp_beacon-2.2.58.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
41
|
+
warp_beacon-2.2.58.dist-info/METADATA,sha256=GlN70xD6DDeOw1TYC5QOt-micJGkg1sCE4qdGGI11M8,21303
|
42
|
+
warp_beacon-2.2.58.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
43
|
+
warp_beacon-2.2.58.dist-info/entry_points.txt,sha256=eSB61Rb89d56WY0O-vEIQwkn18J-4CMrJcLA_R_8h3g,119
|
44
|
+
warp_beacon-2.2.58.dist-info/top_level.txt,sha256=ALb_Ft_eG-OY4_m0TWUifNUOZsrx483L-zw7G7vqXoc,971
|
45
|
+
warp_beacon-2.2.58.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|