From ef7150cf76ef9371a8e451de28ba34906ee2ee6b Mon Sep 17 00:00:00 2001 From: KeksNino Date: Sun, 15 Dec 2024 15:13:44 +0100 Subject: [PATCH] Update scraper.py --- scraper.py | 49 +------------------------------------------------ 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/scraper.py b/scraper.py index 8946c4f..4efb16c 100644 --- a/scraper.py +++ b/scraper.py @@ -2,7 +2,6 @@ from bs4 import BeautifulSoup import requests import re -<<<<<<< HEAD url = "https://steamrip.com/games-list-page/" response = requests.get(url) @@ -65,50 +64,4 @@ else: # url = "https://www.magipack.games/" # url = "https://collectionchamber.blogspot.com/" # url = "https://archive.org/details/classicpcgames" -# url = "https://websites.umich.edu/~archive/" -======= -# DirectDL -DDL = { - "https://steamrip.com/", - "https://cs.rin.ru/", - "https://gamesdrive.net/", - "https://gog-games.to/", - "https://forum.torrminatorr.com/", - "https://ankergames.net/", - "https://www.ovagames.com/", - "https://online-fix.me/", - "https://gamebounty.world/", - "https://steamgg.net/", - "https://g4u.to/", - "https://appnetica.com/", - "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/", -} ->>>>>>> origin/main +# url = "https://websites.umich.edu/~archive/" \ No newline at end of file