Compare commits

..

2 Commits

Author SHA1 Message Date
TylerCG
fef75ccf03 Merge branch 'main' of https://gitea.gortakowski.com/tyler/syllabus 2026-05-14 20:17:16 -04:00
TylerCG
f9701b815b Update download.py 2025-10-19 20:20:16 -04:00

View File

@ -223,7 +223,7 @@ class dropout():
def series(force_download): def series(force_download):
json_data=[] json_data=[]
html=requests.get('https://www.dropout.tv/series').text html=requests.get('https://watch.dropout.tv/series').text
# If you want to parse the HTML # If you want to parse the HTML
soup = BeautifulSoup(html, 'html.parser') soup = BeautifulSoup(html, 'html.parser')