summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/arcalive.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-05-26 06:45:53 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-05-26 06:45:53 -0400
commit7672a750cb74bf31e21d76aad2776367fd476155 (patch)
treed51170cce0e6d11a919386def8fa0e05dc9cf54b /gallery_dl/extractor/arcalive.py
parentc679cd7a13bdbf6896e53d68fe2093910bc6625a (diff)
New upstream version 1.29.7.upstream/1.29.7
Diffstat (limited to 'gallery_dl/extractor/arcalive.py')
-rw-r--r--gallery_dl/extractor/arcalive.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/gallery_dl/extractor/arcalive.py b/gallery_dl/extractor/arcalive.py
index 8c44256..3c39a1a 100644
--- a/gallery_dl/extractor/arcalive.py
+++ b/gallery_dl/extractor/arcalive.py
@@ -17,6 +17,7 @@ class ArcaliveExtractor(Extractor):
"""Base class for Arca.live extractors"""
category = "arcalive"
root = "https://arca.live"
+ useragent = "net.umanle.arca.android.playstore/0.9.75"
request_interval = (0.5, 1.5)
def _init(self):
@@ -149,9 +150,7 @@ class ArcaliveAPI():
self.log = extractor.log
self.root = extractor.root + "/api/app"
- headers = extractor.session.headers
- headers["User-Agent"] = "net.umanle.arca.android.playstore/0.9.75"
- headers["X-Device-Token"] = util.generate_token(64)
+ extractor.session.headers["X-Device-Token"] = util.generate_token(64)
def board(self, board_slug, params):
endpoint = "/list/channel/" + board_slug