Guest User

Eliminar videos :)

a guest
Jan 30th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1. from uruguay.justicia.webutils import google_search, get_porn_videos, remove_video
  2.  
  3. sites = google_search("Videos porno", "XXX Videos", "Porn")
  4.  
  5. for site in sites:
  6.   videos = get_porn_videos(site)
  7.   for video in videos:
  8.     if "fiorella texeira" in video.lower() or "fiorella santa teresa" in video.lower():
  9.       remove_video(site, video)
  10.       print "Eliminando video %s" % video
  11.    else:
  12.       print "Este no %s" % video
Add Comment
Please, Sign In to add comment