Add files via upload

This commit is contained in:
Dexter Morgan
2019-06-04 10:02:30 +02:00
committed by marco
parent 90f03a62f8
commit 1c0c7b152a
+1 -1
View File
@@ -257,7 +257,7 @@ def episodios(item):
matches = re.compile(patron, re.DOTALL).findall(data)
if "https://vcrypt.net" in data:
patron = r'(?:<p>|<br />)([^<]+)<a href="([^"]+)'
patron = r'(?:<p>|<br /> )([^<]+) &#8211; <a href="([^"]+)'
matches = re.compile(patron, re.DOTALL).findall(data)
for scrapedtitle, scrapedurl in matches: