Update domain

This commit is contained in:
Lovi-0 2024-08-02 12:13:23 +02:00
parent 492684d4d5
commit 7154b01e3c
3 changed files with 7 additions and 6 deletions

View File

@ -201,7 +201,7 @@ def search_domain(site_name: str, target_content: str, base_url: str, follow_red
return new_domain, f"{base_url}.{new_domain}"
else:
logging.error(f"Failed to find a new domain for: {base_url}")
logging.error(f"Failed to find a new domain for: {base_url}\nChange it in config.json")
sys.exit(0)
else:

View File

@ -1,4 +1,5 @@
to
my
vodka
ads
africa

View File

@ -60,7 +60,7 @@
"streamingcommunity": {
"video_workers": 2,
"audio_workers": 2,
"domain": "love"
"domain": "photos"
},
"animeunity": {
"video_workers": 2,
@ -70,12 +70,12 @@
"altadefinizione": {
"video_workers": -1,
"audio_workers": -1,
"domain": "vodka"
"domain": "my"
},
"guardaserie": {
"video_workers": -1,
"audio_workers": -1,
"domain": "ceo"
"domain": "my"
},
"ddlstreamitaly": {
"domain": "co",
@ -89,7 +89,7 @@
"domain": "ru"
},
"uhdmovies": {
"domain": "tel"
"domain": "dad"
},
"bitsearch": {
"domain": "to"
@ -98,7 +98,7 @@
"domain": "to"
},
"cb01": {
"domain": "church"
"domain": "ventures"
}
}
}