fixing imports

This commit is contained in:
msramalho
2023-01-27 00:19:58 +00:00
parent ac000d5943
commit d1e4dde3f6
28 changed files with 38 additions and 161 deletions

View File

@@ -1,12 +1,9 @@
import requests, re
import html
import requests, re, html
from bs4 import BeautifulSoup
from loguru import logger
from . import Archiver
from ..core import Metadata
from ..core import Media
from ..core import Metadata, Media
class TelegramArchiver(Archiver):