fix per bit.ly e fix di alcuni canali

This commit is contained in:
greko
2019-07-10 11:55:11 +02:00
committed by mac12m99
parent 478f6e1a10
commit df893e17ff
10 changed files with 76 additions and 154 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ def get_video_url(page_url, premium=False, user="", password="", video_password=
patronvideos = [
r'(https?://(gestyy|rapidteria|sprysphere)\.com/[a-zA-Z0-9]+)',
r'(https?://(?:www\.)?(vcrypt|linkup)\.[^/]+/[^/]+/[a-zA-Z0-9_]+)'
r'(https?://(?:www\.)?(vcrypt|linkup)\.[^/]+/[^/]+/[a-zA-Z0-9_]+)',
r'(https?://(?:www\.)?(bit)\.ly/[a-zA-Z0-9]+)',
]
for patron in patronvideos: