warp-beacon 2.6.33__py3-none-any.whl → 2.6.34__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/__init__.py +2 -2
- {warp_beacon-2.6.33.dist-info → warp_beacon-2.6.34.dist-info}/METADATA +1 -1
- {warp_beacon-2.6.33.dist-info → warp_beacon-2.6.34.dist-info}/RECORD +8 -8
- {warp_beacon-2.6.33.dist-info → warp_beacon-2.6.34.dist-info}/WHEEL +0 -0
- {warp_beacon-2.6.33.dist-info → warp_beacon-2.6.34.dist-info}/entry_points.txt +0 -0
- {warp_beacon-2.6.33.dist-info → warp_beacon-2.6.34.dist-info}/licenses/LICENSE +0 -0
- {warp_beacon-2.6.33.dist-info → warp_beacon-2.6.34.dist-info}/top_level.txt +0 -0
warp_beacon/__version__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
__version__ = "2.6.
|
1
|
+
__version__ = "2.6.34"
|
2
2
|
|
warp_beacon/scraper/__init__.py
CHANGED
@@ -142,12 +142,12 @@ class AsyncDownloader(object):
|
|
142
142
|
if job.job_origin is Origin.INSTAGRAM:
|
143
143
|
from warp_beacon.scraper.instagram.instagram import InstagramScraper
|
144
144
|
Utils.maybe_rotate_ig_client_session(context)
|
145
|
-
actor = InstagramScraper(client_session_id=context.ig_session_client_id, account=selector.get_current(), proxy=proxy)
|
146
|
-
selector.inc_ig_request_count()
|
147
145
|
if not job.scroll_content and selector.get_ig_request_count() >= int(os.environ.get("IG_REQUESTS_PER_ACCOUNT", default="10")):
|
148
146
|
logging.info("The account request limit has been reached. Selecting the next account.")
|
149
147
|
selector.reset_ig_request_count()
|
150
148
|
selector.next()
|
149
|
+
actor = InstagramScraper(client_session_id=context.ig_session_client_id, account=selector.get_current(), proxy=proxy)
|
150
|
+
selector.inc_ig_request_count()
|
151
151
|
elif job.job_origin is Origin.YT_SHORTS:
|
152
152
|
from warp_beacon.scraper.youtube.shorts import YoutubeShortsScraper
|
153
153
|
actor = YoutubeShortsScraper(selector.get_current(), proxy)
|
@@ -4,7 +4,7 @@ var/warp_beacon/accounts.json,sha256=OsXdncs6h88xrF_AP6_WDCK1waGBn9SR-uYdIeK37GM
|
|
4
4
|
var/warp_beacon/placeholder.gif,sha256=cE5CGJVaop4Sx21zx6j4AyoHU0ncmvQuS2o6hJfEH88,6064
|
5
5
|
var/warp_beacon/proxies.json,sha256=VnjlQDXumOEq72ZFjbh6IqHS1TEHqn8HPYAZqWCeSIA,95
|
6
6
|
warp_beacon/__init__.py,sha256=_rThNODmz0nDp_n4mWo_HKaNFE5jk1_7cRhHyYaencI,163
|
7
|
-
warp_beacon/__version__.py,sha256=
|
7
|
+
warp_beacon/__version__.py,sha256=Khdu-VzdNybVCsmd25mrI4dzqRjzg0tBrRl3qkaMktY,24
|
8
8
|
warp_beacon/warp_beacon.py,sha256=ED43vNzdjDUJ_9qLCbri0bjWLWEJ69BENGj9i7G6AvM,342
|
9
9
|
warp_beacon/yt_auth.py,sha256=GUTKqYr_tzDC-07Lx_ahWXSag8EyLxXBUnQbDBIkEmk,6022
|
10
10
|
warp_beacon/compress/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -22,7 +22,7 @@ warp_beacon/mediainfo/video.py,sha256=UBZrhTN5IDI-aYu6tsJEILo9nFkjHhkldGVFmvV7tE
|
|
22
22
|
warp_beacon/scheduler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
23
|
warp_beacon/scheduler/instagram_human.py,sha256=0LaRUu0MBBuEOQeFzuq22HIYfJL9pTK_7udsXfef0Fk,8204
|
24
24
|
warp_beacon/scheduler/scheduler.py,sha256=9OCh7Ta4wY_aTHGAOOZmaKXg56Ftx1N_aV1g6E3ZLKA,4941
|
25
|
-
warp_beacon/scraper/__init__.py,sha256=
|
25
|
+
warp_beacon/scraper/__init__.py,sha256=XyuINcttSgNNkAwwkN1uLmkddvetHn8FXJsIozn_ips,20286
|
26
26
|
warp_beacon/scraper/abstract.py,sha256=yP76ae9U73LYW2lDN6XWkXDkWX1h2UVOrkqv0Sqpu2Y,2985
|
27
27
|
warp_beacon/scraper/account_selector.py,sha256=7sog5tFPNv6jWJ5m-7nAglAyzd3Qc3G4dfjk8iYFONI,8163
|
28
28
|
warp_beacon/scraper/exceptions.py,sha256=EKwoF0oH2xZWbNU-v8DOaWK5skKwa3s1yTIBdlcfMpc,1452
|
@@ -46,9 +46,9 @@ warp_beacon/telegram/handlers.py,sha256=uvR6TPHSqdSxigp3wR-ewiE6t3TvVcbVLVcYGwkg
|
|
46
46
|
warp_beacon/telegram/placeholder_message.py,sha256=wN9-BRiyrtHG-EvXtZkGJHt2CX71munQ57ITttjt0mw,6400
|
47
47
|
warp_beacon/telegram/utils.py,sha256=1Lq67aRylVJzbwSyvAgjPAGjJZFATkICvAj3TJGuJiM,4635
|
48
48
|
warp_beacon/uploader/__init__.py,sha256=j3qcuKhpchseZLGzSsSiogqe6WdMbkK8d3I-ConhNRs,5687
|
49
|
-
warp_beacon-2.6.
|
50
|
-
warp_beacon-2.6.
|
51
|
-
warp_beacon-2.6.
|
52
|
-
warp_beacon-2.6.
|
53
|
-
warp_beacon-2.6.
|
54
|
-
warp_beacon-2.6.
|
49
|
+
warp_beacon-2.6.34.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
50
|
+
warp_beacon-2.6.34.dist-info/METADATA,sha256=SeWAPlz3pTtIgjQ7uAFNO48ujQkWZ3wHi02_fACFIIU,22706
|
51
|
+
warp_beacon-2.6.34.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
|
52
|
+
warp_beacon-2.6.34.dist-info/entry_points.txt,sha256=eSB61Rb89d56WY0O-vEIQwkn18J-4CMrJcLA_R_8h3g,119
|
53
|
+
warp_beacon-2.6.34.dist-info/top_level.txt,sha256=aFsWDQBplsMOyVMGGJ8iu-auZ25z1e_IB4tM2M8kW1A,1187
|
54
|
+
warp_beacon-2.6.34.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|