View Single Post
  #156  
Old 10-31-2016, 02:08 PM
mutation mutation is offline
Junior Member
 
Join Date: Oct 2016
Posts: 5
mutation is on a distinguished road
Default

Re: www.chaturbate.com - HowTo record 100% free XXX/adult web-cam videos


it is reading chaturbate.txt every 3 seconds

while self.ok:
r = self.read_file()
...
time.sleep(3)

time.sleep(3) = sleep 3 seconds
read_file() = generate unique url list from file

if it cant find any url in first execution, it will exit
if it starts to download one, it wont stop even if u remove it from chaturbate.txt (until error)

like i said, this script is very ugly now
when i get free time, i'm thinking adding a basic ugly webpanel instead of .txt stuff to it

i didnt check it but you can run this script in android via qpython
(only module that i didnt test multiprocessing)
Reply With Quote