Guest User

Eliminar videos XXX - Santa Teresa

a guest
Jan 30th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. from uruguay.justicia.webutils import google_search
  2. from uruguay.justicia.webutils import get_porn_videos
  3. from uruguay.justicia.webutils import remove_video
  4.  
  5. import time
  6.  
  7. while True:
  8.     sites = google_search("Videos porno", "XXX Videos", "Porn")
  9.          
  10.     for site in sites:
  11.         videos = get_porn_videos(site)
  12.         for video in videos:
  13.             if "fiorella texeira" in video.lower() or "fiorella santa teresa" in video.lower():
  14.                 remove_video(site, video)
  15.                 print "Eliminando video %s" % video
  16.             else:
  17.                 print "Este no %s" % video
  18.  
  19.     time.sleep(86400) # Esperar 24 hs y buscar/eliminar otra vez
Add Comment
Please, Sign In to add comment