mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-12 12:28:28 +03:00
@@ -218,7 +218,7 @@ def _make_scraper(name_, validationFunc, apiField):
|
||||
@classmethod
|
||||
def setup_parser(cls, subparser):
|
||||
super()._setup_parser_opts(subparser)
|
||||
subparser.add_argument(name_)
|
||||
subparser.add_argument(name_, type = snscrape.base.nonempty_string(name_))
|
||||
|
||||
@classmethod
|
||||
def from_args(cls, args):
|
||||
|
||||
Reference in New Issue
Block a user