From 11a82e110ab16dc189f196eb04174716d62f083f Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Fri, 16 Oct 2020 18:37:51 +0000 Subject: [PATCH] Remove obsolete comment Cf. f296f9d2 --- snscrape/modules/vkontakte.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snscrape/modules/vkontakte.py b/snscrape/modules/vkontakte.py index 0feb834..86eff0b 100644 --- a/snscrape/modules/vkontakte.py +++ b/snscrape/modules/vkontakte.py @@ -101,7 +101,7 @@ class VKontakteUserScraper(snscrape.base.Scraper): logger.info('Wall has no posts') return ownerID = newestPost.attrs['data-post-id'].split('_')[0] - # If there is a pinned post, we need its ID for the pagination requests; we also need to keep the post around so it can be inserted into the stream at the right point + # If there is a pinned post, we need its ID for the pagination requests if 'post_fixed' in newestPost.attrs['class']: fixedPostID = int(newestPost.attrs['id'].split('_')[1]) else: