Skip to content

Commit

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

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

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

class FeedQuery(Query):
Expand Down

0 comments on commit 0714004

Please sign in to comment.