shayaa needs to fix rutracker NOW

This commit is contained in:
nosch
2026-03-07 16:52:27 +01:00
parent eba4c01fca
commit c76d179daa
8 changed files with 95 additions and 40 deletions
+8 -1
View File
@@ -2,7 +2,14 @@
from bs4 import BeautifulSoup
import requests
import re
#from core.utils.general.logs import consoleLog
Metadata = {
"headers" : ["Game", "Availible Downloads"],
"name" : "steamrip",
}
def get_Metadata():
return Metadata
def scrape_steamrip_links(text = None):
if text is None: