Compare commits

..

No commits in common. "fef75ccf0388ba8df6d95ae5f7159c07c86ae1e9" and "1be99977bd79c8efa50f13b16571a8a50f8f7d02" have entirely different histories.

View File

@ -223,7 +223,7 @@ class dropout():
def series(force_download): def series(force_download):
json_data=[] json_data=[]
html=requests.get('https://watch.dropout.tv/series').text html=requests.get('https://www.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')