mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
48 lines
1.3 KiB
Python
48 lines
1.3 KiB
Python
from bs4 import BeautifulSoup
|
|
import requests
|
|
|
|
# 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/",
|
|
}
|