Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ import requests
|
|
12 |
from watchdog.observers import Observer
|
13 |
from watchdog.events import FileSystemEventHandler
|
14 |
from bs4 import BeautifulSoup
|
|
|
15 |
|
16 |
def auto_detect_mode(content):
|
17 |
if isinstance(content, str):
|
|
|
12 |
from watchdog.observers import Observer
|
13 |
from watchdog.events import FileSystemEventHandler
|
14 |
from bs4 import BeautifulSoup
|
15 |
+
from urllib.parse import urlparse, urljoin
|
16 |
|
17 |
def auto_detect_mode(content):
|
18 |
if isinstance(content, str):
|