Skip to content

Commit

Permalink
change jsloadbutton for dailywire
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Chalstrey authored and Ed Chalstrey committed Jun 19, 2019
1 parent d883218 commit 9033cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misinformation/middlewares/jsloadbuttonmiddleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self):
'//form[@class="gdpr-form"]/input[@class="btn"]',
'//div[contains(@class, "load-btn")]/a',
'//ul[contains(@class, "pager-load-more")]/li/a',
'//ul[contains(@class, "pager--infinite-scroll")]/li/a'
'//a[text()="Show More"]'
]

def first_load_button_xpath(self):
Expand Down

0 comments on commit 9033cb8

Please sign in to comment.