mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
shayaa needs to fix rutracker NOW
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user