diff --git a/snscrape/modules/twitter.py b/snscrape/modules/twitter.py index 64fa99e..896e5f1 100644 --- a/snscrape/modules/twitter.py +++ b/snscrape/modules/twitter.py @@ -625,7 +625,7 @@ class TwitterListPostsScraper(TwitterSearchScraper): @classmethod def setup_parser(cls, subparser): - subparser.add_argument('list', help = 'A Twitter list, formatted as "username/listname"') + subparser.add_argument('list', help = 'A Twitter list ID or a string of the form "username/listname" (replace spaces with dashes)') @classmethod def from_args(cls, args):