disable videos2 temporarily

Signed-off-by: Aevann <aevann@noreply.fsdfsd.net>
master
Aevann 2024-10-27 17:52:36 +00:00
parent 0f09678327
commit 0959711bfd
1 changed files with 2 additions and 2 deletions

View File

@ -95,8 +95,8 @@ def normalize_urls_runtime(body, v):
if v and v.controversial:
body = controversial_regex.sub(controversial_link_matcher, body)
if request.headers.get("Cf-Ipcountry") in AMERICAS_CODES:
body = body.replace('https://videos.watchpeopledie.tv/', 'https://videos2.watchpeopledie.tv/')
#if request.headers.get("Cf-Ipcountry") in AMERICAS_CODES:
#body = body.replace('https://videos.watchpeopledie.tv/', 'https://videos2.watchpeopledie.tv/')
return body