mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
update variables
This commit is contained in:
+43
-38
@@ -16,7 +16,6 @@ if response.status_code == 200:
|
|||||||
for link in links:
|
for link in links:
|
||||||
href = link.get("href", "").lower()
|
href = link.get("href", "").lower()
|
||||||
text = link.text.strip()
|
text = link.text.strip()
|
||||||
|
|
||||||
if re.search(r"/discord/", href):
|
if re.search(r"/discord/", href):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
@@ -99,41 +98,47 @@ def scrape_links(url):
|
|||||||
|
|
||||||
scrape_links(game_url)
|
scrape_links(game_url)
|
||||||
|
|
||||||
# url = "https://cs.rin.ru/"
|
|
||||||
# url = "https://gamesdrive.net/"
|
|
||||||
# url = "https://gog-games.to/"
|
|
||||||
# url = "https://forum.torrminatorr.com/"
|
|
||||||
# url = "https://ankergames.net/"
|
|
||||||
# url = "https://www.ovagames.com/"
|
|
||||||
# url = "https://online-fix.me/"
|
|
||||||
# url = "https://gamebounty.world/"
|
|
||||||
# url = "https://steamgg.net/"
|
|
||||||
# url = "https://g4u.to/"
|
|
||||||
# url = "https://appnetica.com/"
|
|
||||||
# url = "https://atopgames.com/"
|
|
||||||
# url = "https://games4u.org/"
|
|
||||||
# url = "https://rexagames.com/"
|
|
||||||
# url = "https://cr4ckpass.online/"
|
|
||||||
# url = "https://getfreegames.net/"
|
|
||||||
# url = "https://gload.to/"
|
|
||||||
# url = "https://steamunderground.net/"
|
|
||||||
# url = "https://worldofpcgames.com/"
|
|
||||||
# url = "http://www.leechinghell.pw/"
|
|
||||||
# url = "https://awtdg.site/"
|
|
||||||
# url = "https://www.cg-gamespc.com/"
|
|
||||||
# url = "https://gamepcfull.com/"
|
|
||||||
|
|
||||||
# Repacks/Torrents
|
# DDL = {
|
||||||
# url = "https://www.kaoskrew.org/"
|
# "https://steamrip.com/",
|
||||||
# url = "https://fitgirl-repacks.site/"
|
# "https://cs.rin.ru/",
|
||||||
# url = "https://m4ckd0ge-repacks.site/"
|
# "https://gamesdrive.net/",
|
||||||
# url = "https://byxatab.com/"
|
# "https://gog-games.to/",
|
||||||
# url = "https://digital-zone.xyz/"
|
# "https://forum.torrminatorr.com/",
|
||||||
# url = "https://elamigos.site/"
|
# "https://ankergames.net/",
|
||||||
# url = "https://dodi-repacks.site/"
|
# "https://www.ovagames.com/",
|
||||||
# url = "https://www.tiny-repacks.win/"
|
# "https://online-fix.me/",
|
||||||
# url = "https://freegogpcgames.com/"
|
# "https://gamebounty.world/",
|
||||||
# url = "https://www.magipack.games/"
|
# "https://steamgg.net/",
|
||||||
# url = "https://collectionchamber.blogspot.com/"
|
# "https://g4u.to/",
|
||||||
# url = "https://archive.org/details/classicpcgames"
|
# "https://appnetica.com/",
|
||||||
# url = "https://websites.umich.edu/~archive/"
|
# "https://atopgames.com/",
|
||||||
|
# "https://games4u.org/",
|
||||||
|
# "https://rexagames.com/",
|
||||||
|
# "https://cr4ckpass.online/",
|
||||||
|
# "https://getfreegames.net/",
|
||||||
|
# "https://gload.to/",
|
||||||
|
# "https://steamunderground.net/",
|
||||||
|
# "https://worldofpcgames.com/",
|
||||||
|
# "http://www.leechinghell.pw/",
|
||||||
|
# "https://awtdg.site/",
|
||||||
|
# "https://www.cg-gamespc.com/"
|
||||||
|
# "https://gamepcfull.com/",
|
||||||
|
# }
|
||||||
|
|
||||||
|
# # Repacks/Torrents
|
||||||
|
# re_tor = {
|
||||||
|
# "https://www.kaoskrew.org/",
|
||||||
|
# "https://fitgirl-repacks.site/",
|
||||||
|
# "https://m4ckd0ge-repacks.site/",
|
||||||
|
# "https://byxatab.com/",
|
||||||
|
# "https://digital-zone.xyz/",
|
||||||
|
# "https://elamigos.site/",
|
||||||
|
# "https://dodi-repacks.site/",
|
||||||
|
# "https://www.tiny-repacks.win/",
|
||||||
|
# "https://freegogpcgames.com/",
|
||||||
|
# "https://www.magipack.games/",
|
||||||
|
# "https://collectionchamber.blogspot.com/",
|
||||||
|
# "https://archive.org/details/classicpcgames",
|
||||||
|
# "https://websites.umich.edu/~archive/",
|
||||||
|
# }
|
||||||
|
|||||||
Reference in New Issue
Block a user