Spaces:
Sleeping
Sleeping
working container
Browse files- search_engines/instagram.py +1 -1
- search_engines/pinterest.py +1 -1
- search_engines/reddit.py +1 -1
search_engines/instagram.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
import time
|
| 4 |
from typing import List
|
| 5 |
|
| 6 |
-
from
|
| 7 |
|
| 8 |
from .base import BaseSearchEngine, ImageResult, SearchPlatform
|
| 9 |
|
|
|
|
| 3 |
import time
|
| 4 |
from typing import List
|
| 5 |
|
| 6 |
+
from duckduckgo_search import DDGS
|
| 7 |
|
| 8 |
from .base import BaseSearchEngine, ImageResult, SearchPlatform
|
| 9 |
|
search_engines/pinterest.py
CHANGED
|
@@ -4,7 +4,7 @@ import re
|
|
| 4 |
import time
|
| 5 |
from typing import List, Optional
|
| 6 |
|
| 7 |
-
from
|
| 8 |
|
| 9 |
from .base import BaseSearchEngine, ImageResult, SearchPlatform
|
| 10 |
|
|
|
|
| 4 |
import time
|
| 5 |
from typing import List, Optional
|
| 6 |
|
| 7 |
+
from duckduckgo_search import DDGS
|
| 8 |
|
| 9 |
from .base import BaseSearchEngine, ImageResult, SearchPlatform
|
| 10 |
|
search_engines/reddit.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
import time
|
| 4 |
from typing import List
|
| 5 |
|
| 6 |
-
from
|
| 7 |
|
| 8 |
from .base import BaseSearchEngine, ImageResult, SearchPlatform
|
| 9 |
|
|
|
|
| 3 |
import time
|
| 4 |
from typing import List
|
| 5 |
|
| 6 |
+
from duckduckgo_search import DDGS
|
| 7 |
|
| 8 |
from .base import BaseSearchEngine, ImageResult, SearchPlatform
|
| 9 |
|