Skip to content

Commit

Permalink
Fix #27 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Egsago-n committed Nov 20, 2023
1 parent a22f27d commit 4be61fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/phub/objects/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,7 @@ class UserQuery(HTMLQuery):

def _parse_page(self, raw: str) -> list[tuple]:

container = raw.split('class="mainSection')[1]
return consts.re.get_videos(container)
return consts.re.get_videos(raw)

class FeedQuery(Query):
'''
Expand Down

0 comments on commit 4be61fc

Please sign in to comment.