mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 14:32:23 -04:00
scrolldown seems to get everything for flickr and facebook at the moment
This commit is contained in:
parent
28282641f2
commit
b4846e1063
3 changed files with 23 additions and 38 deletions
|
@ -8,7 +8,6 @@ import logging
|
|||
behaviors_file = os.path.sep.join(__file__.split(os.path.sep)[:-1] + ['behaviors.json'])
|
||||
def execute(url, websock, command_id):
|
||||
logger = logging.getLogger('behaviors')
|
||||
sleep(5)
|
||||
with open(behaviors_file) as js:
|
||||
behaviors = load(js)
|
||||
for behavior in behaviors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue