From 7d578cdea35e572fc2f025c589dbac727aafc461 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 21 May 2012 03:39:49 +0200 Subject: [PATCH] Add useful tip for thread monitoring --- 4c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/4c b/4c index 4a0f216..5b09b45 100755 --- a/4c +++ b/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.')