Merge remote-tracking branch 'origin/stable' into stable
This commit is contained in:
@@ -145,7 +145,7 @@ def episodios(item):
|
|||||||
addVideolibrary = False
|
addVideolibrary = False
|
||||||
downloadEnabled = False
|
downloadEnabled = False
|
||||||
|
|
||||||
patron = r'<td>(?P<title>[^<]+)<td><a [^>]+href="(?P<url>[^"]+)[^>]+>'
|
patron = r'<tr><td>(?P<title>[^<]+)<td><span [^>].+?><a [^>]+href="(?P<url>[^"]+)[^>]+>'
|
||||||
sceneTitle = True
|
sceneTitle = True
|
||||||
# debug = True
|
# debug = True
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"active": true,
|
"active": false,
|
||||||
"find_videos": {
|
"find_videos": {
|
||||||
"ignore_urls": [],
|
"ignore_urls": [],
|
||||||
"patterns": [
|
"patterns": [
|
||||||
|
|||||||
+3
-3
@@ -927,9 +927,9 @@ def report_send(item, description='', fatal=False):
|
|||||||
'file.io': ('1', 'https://file.io/', '', 'random', '', 'expires=1w',
|
'file.io': ('1', 'https://file.io/', '', 'random', '', 'expires=1w',
|
||||||
'requests', 'json', 'key', '', '99.0', '30', False, '', '', ''),
|
'requests', 'json', 'key', '', '99.0', '30', False, '', '', ''),
|
||||||
'uploadfiles': ('0', 'https://up.ufile.io/v1/upload', '', 'random', '', '',
|
'uploadfiles': ('0', 'https://up.ufile.io/v1/upload', '', 'random', '', '',
|
||||||
'curl', 'json', 'url', '', '99.0', '30', False, None, '', {'Referer': 'https://ufile.io/'}),
|
'curl', 'json', 'url', '', '99.0', '30', False, None, '', {'Referer': 'https://ufile.io/'})
|
||||||
'anonfiles': ('1', 'https://api.anonfiles.com/upload', 'upload', 'random', '', '',
|
# 'anonfiles': ('1', 'https://api.anonfiles.com/upload', 'upload', 'random', '', '',
|
||||||
'requests', 'json', 'data', 'file,url,short', '99.0', '30', False, None, '', '')
|
# 'requests', 'json', 'data', 'file,url,short', '99.0', '30', False, None, '', '')
|
||||||
}
|
}
|
||||||
pastebin_list_last = ['hastebin', 'ghostbin', 'file.io'] # We leave these services the last
|
pastebin_list_last = ['hastebin', 'ghostbin', 'file.io'] # We leave these services the last
|
||||||
pastebin_one_use = ['file.io'] # Single-use servers and deletes
|
pastebin_one_use = ['file.io'] # Single-use servers and deletes
|
||||||
|
|||||||
Reference in New Issue
Block a user