[^"]+)[^>]+>'
+ patron = r'(?P[^<]+)| ].+?>]+href="(?P[^"]+)[^>]+>'
sceneTitle = True
# debug = True
diff --git a/servers/maxstream.json b/servers/maxstream.json
index f49f5e32..3aad4177 100644
--- a/servers/maxstream.json
+++ b/servers/maxstream.json
@@ -1,5 +1,5 @@
{
- "active": false,
+ "active": true,
"find_videos": {
"ignore_urls": [],
"patterns": [
From 7f562fcf5d657d562818fb61908e50c68012880d Mon Sep 17 00:00:00 2001
From: marco <10120390+mac12m99@users.noreply.github.com>
Date: Thu, 21 Mar 2024 19:25:21 +0100
Subject: [PATCH 3/5] Rimosso anonfiles dai provider per i file di log
---
specials/setting.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/specials/setting.py b/specials/setting.py
index 022c415f..aff05947 100644
--- a/specials/setting.py
+++ b/specials/setting.py
@@ -927,9 +927,9 @@ def report_send(item, description='', fatal=False):
'file.io': ('1', 'https://file.io/', '', 'random', '', 'expires=1w',
'requests', 'json', 'key', '', '99.0', '30', False, '', '', ''),
'uploadfiles': ('0', 'https://up.ufile.io/v1/upload', '', 'random', '', '',
- 'curl', 'json', 'url', '', '99.0', '30', False, None, '', {'Referer': 'https://ufile.io/'}),
- 'anonfiles': ('1', 'https://api.anonfiles.com/upload', 'upload', 'random', '', '',
- 'requests', 'json', 'data', 'file,url,short', '99.0', '30', False, None, '', '')
+ 'curl', 'json', 'url', '', '99.0', '30', False, None, '', {'Referer': 'https://ufile.io/'})
+ # 'anonfiles': ('1', 'https://api.anonfiles.com/upload', 'upload', 'random', '', '',
+ # '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_one_use = ['file.io'] # Single-use servers and deletes
From 3f40cc8414c68a452d89a69aa1aec7b3f0e47f65 Mon Sep 17 00:00:00 2001
From: mac12m99 <10120390+mac12m99@users.noreply.github.com>
Date: Fri, 22 Mar 2024 07:12:22 +0100
Subject: [PATCH 4/5] Update maxstream.json
---
servers/maxstream.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/servers/maxstream.json b/servers/maxstream.json
index 3aad4177..f49f5e32 100644
--- a/servers/maxstream.json
+++ b/servers/maxstream.json
@@ -1,5 +1,5 @@
{
- "active": true,
+ "active": false,
"find_videos": {
"ignore_urls": [],
"patterns": [
From 0ab1f9e30945b783d7c2d22094992c7d7f1c4b18 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
Date: Fri, 22 Mar 2024 17:34:35 +0000
Subject: [PATCH 5/5] Aggiornamento domini
---
channels.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/channels.json b/channels.json
index e3ce8cef..136d8175 100644
--- a/channels.json
+++ b/channels.json
@@ -40,4 +40,4 @@
"cineblog01": "https://cb01.uno",
"filmpertutti": "https://filmpertuttiii.nuovo.live"
}
-}
+}
\ No newline at end of file
| |