Add useful tip for thread monitoring

master
Sven Slootweg 12 years ago
parent 9115fcbb6d
commit 7d578cdea3

3
4c

@ -1,5 +1,8 @@
#!/usr/bin/python
# Protip: want to monitor a thread and download all new images every 5 seconds?
# while x=0; do 4c [-nf] url; sleep 5; done
import re, urllib, urllib2, argparse, os
parser = argparse.ArgumentParser(description='Downloads all full-size images in an arbitrary 4chan thread.')

Loading…
Cancel
Save