fix variables

This commit is contained in:
Noe
2024-12-15 14:00:11 +01:00
parent cc71a014ab
commit 05593fbe8c
+42 -38
View File
@@ -1,43 +1,47 @@
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
import requests import requests
# DDL # DirectDL
url = "https://steamrip.com/" DDL = {
url = "https://cs.rin.ru/" "https://steamrip.com/",
url = "https://gamesdrive.net/" "https://cs.rin.ru/",
url = "https://gog-games.to/" "https://gamesdrive.net/",
url = "https://forum.torrminatorr.com/" "https://gog-games.to/",
url = "https://ankergames.net/" "https://forum.torrminatorr.com/",
url = "https://www.ovagames.com/" "https://ankergames.net/",
url = "https://online-fix.me/" "https://www.ovagames.com/",
url = "https://gamebounty.world/" "https://online-fix.me/",
url = "https://steamgg.net/" "https://gamebounty.world/",
url = "https://g4u.to/" "https://steamgg.net/",
url = "https://appnetica.com/" "https://g4u.to/",
url = "https://atopgames.com/" "https://appnetica.com/",
url = "https://games4u.org/" "https://atopgames.com/",
url = "https://rexagames.com/" "https://games4u.org/",
url = "https://cr4ckpass.online/" "https://rexagames.com/",
url = "https://getfreegames.net/" "https://cr4ckpass.online/",
url = "https://gload.to/" "https://getfreegames.net/",
url = "https://steamunderground.net/" "https://gload.to/",
url = "https://worldofpcgames.com/" "https://steamunderground.net/",
url = "http://www.leechinghell.pw/" "https://worldofpcgames.com/",
url = "https://awtdg.site/" "http://www.leechinghell.pw/",
url = "https://www.cg-gamespc.com/" "https://awtdg.site/",
url = "https://gamepcfull.com/" "https://www.cg-gamespc.com/"
"https://gamepcfull.com/",
}
# Repacks/Torrents # Repacks/Torrents
url = "https://www.kaoskrew.org/" re_tor = {
url = "https://fitgirl-repacks.site/" "https://www.kaoskrew.org/",
url = "https://m4ckd0ge-repacks.site/" "https://fitgirl-repacks.site/",
url = "https://byxatab.com/" "https://m4ckd0ge-repacks.site/",
url = "https://digital-zone.xyz/" "https://byxatab.com/",
url = "https://elamigos.site/" "https://digital-zone.xyz/",
url = "https://dodi-repacks.site/" "https://elamigos.site/",
url = "https://www.tiny-repacks.win/" "https://dodi-repacks.site/",
url = "https://freegogpcgames.com/" "https://www.tiny-repacks.win/",
url = "https://www.magipack.games/" "https://freegogpcgames.com/",
url = "https://collectionchamber.blogspot.com/" "https://www.magipack.games/",
url = "https://archive.org/details/classicpcgames" "https://collectionchamber.blogspot.com/",
url = "https://websites.umich.edu/~archive/" "https://archive.org/details/classicpcgames",
"https://websites.umich.edu/~archive/",
}