Update download.py
This commit is contained in:
parent
ca81beba01
commit
f9701b815b
@ -219,7 +219,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')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user