This commit is contained in:
Kovid Goyal 2024-10-17 15:45:27 +05:30
parent 40035f76da
commit 6ea96a83f7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,6 +1,8 @@
#!/usr/bin/env pythona #!/usr/bin/env pythona
import json import json
from html5_parser import parse from html5_parser import parse
from calibre.web.feeds.news import BasicNewsRecipe, prefixed_classes from calibre.web.feeds.news import BasicNewsRecipe, prefixed_classes