Skip to content

Commit

Permalink
Remove useless method override
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzg committed Jun 16, 2020
1 parent 8b75ea1 commit 9086f0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions facebook_scraper/page_iterators.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ def _parse_json(self):
class GroupPageParser(PageParser):
cursor_regex_3 = re.compile(r'\shref="(\/groups\/[^"]+bac=[^"]+)"') # for Group requests

def get_raw_page(self) -> RawPage:
return self.html

def get_next_page(self) -> Optional[URL]:
next_page = super().get_next_page()
if next_page:
Expand Down

0 comments on commit 9086f0a

Please sign in to comment.