This website requires JavaScript.
Explore
Help
Register
Sign In
elsanctum
/
the-great-escape
Watch
2
Star
0
Fork
0
You've already forked the-great-escape
Code
Issues
Pull Requests
Releases
Wiki
Activity
the-great-escape
/
tge
/
scrapers
History
Adrian Malacoda
aae663d518
add pickle scraper which can load serialized pickle files
2016-11-27 01:58:39 -06:00
..
__init__.py
if can_scrape_url isn't available don't call it
2016-11-27 01:58:25 -06:00
pickle.py
add pickle scraper which can load serialized pickle files
2016-11-27 01:58:39 -06:00
yuku.py
there's multiple h1's on the page and the one we want is like .eq(2) or something. But once you start addressing nodes by index like that you get real brittle and can break easily. I don't think we have a problem with just selecting all h1's here.
2016-11-27 01:19:59 -06:00