This commit is contained in:
Kovid Goyal 2024-11-04 18:42:49 +05:30
parent dfaaa56172
commit 327c5c86de
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -15,11 +15,12 @@ __version__ = 'v0.1.1'
__date__ = '2020-12-19'
__author__ = 'topynate'
import re
import json
import re
from mechanize import Request
from calibre.web.feeds.news import BasicNewsRecipe
from mechanize import Request
class Substack(BasicNewsRecipe):