Add useful tip for thread monitoring

This commit is contained in:
Sven Slootweg 2012-05-21 03:39:49 +02:00
parent 9115fcbb6d
commit 7d578cdea3

3
4c
View file

@ -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.')