OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 """NSFW urls in the Alexa top 2000 sites.""" |
| 6 nsfw_urls = set([ |
| 7 "http://xhamster.com/", |
| 8 "http://xvideos.com/", |
| 9 "http://livejasmin.com/", |
| 10 "http://pornhub.com/", |
| 11 "http://redtube.com/", |
| 12 "http://youporn.com/", |
| 13 "http://xnxx.com/", |
| 14 "http://tube8.com/", |
| 15 "http://youjizz.com/", |
| 16 "http://adultfriendfinder.com/", |
| 17 "http://hardsextube.com/", |
| 18 "http://yourlust.com/", |
| 19 "http://drtuber.com/", |
| 20 "http://beeg.com/", |
| 21 "http://largeporntube.com/", |
| 22 "http://nuvid.com/", |
| 23 "http://bravotube.net/", |
| 24 "http://spankwire.com/", |
| 25 "http://discreethearts.com/", |
| 26 "http://keezmovies.com/", |
| 27 "http://xtube.com/", |
| 28 "http://alphaporno.com/", |
| 29 "http://4tube.com/", |
| 30 "http://nudevista.com/", |
| 31 "http://porntube.com/", |
| 32 "http://xhamstercams.com/", |
| 33 "http://porn.com/", |
| 34 "http://video-one.com/", |
| 35 "http://perfectgirls.net/", |
| 36 "http://slutload.com/", |
| 37 "http://sunporno.com/", |
| 38 "http://tnaflix.com/", |
| 39 "http://pornerbros.com/", |
| 40 "http://snapdeal.com/", |
| 41 "http://costco.com/", |
| 42 "http://h2porn.com/", |
| 43 "http://adult-empire.com/", |
| 44 "http://pornhublive.com/", |
| 45 "http://sexitnow.com/", |
| 46 "http://pornsharia.com/", |
| 47 "http://freeones.com/", |
| 48 "http://tubegalore.com/", |
| 49 "http://xvideos.jp/", |
| 50 "http://brazzers.com/", |
| 51 "http://fapdu.com/", |
| 52 "http://pornoxo.com/", |
| 53 "http://extremetube.com/", |
| 54 "http://hot-sex-tube.com/", |
| 55 "http://xhamsterhq.com/", |
| 56 "http://18andabused.com/", |
| 57 "http://tubepleasure.com/", |
| 58 "http://18schoolgirlz.com/", |
| 59 "http://chaturbate.com/", |
| 60 "http://yobt.com/", |
| 61 "http://empflix.com/", |
| 62 "http://hellporno.com/", |
| 63 "http://ashemaletube.com/", |
| 64 "http://watchmygf.com/", |
| 65 "http://redtubelive.com/", |
| 66 "http://met-art.com/", |
| 67 "http://gonzoxxxmovies.com/", |
| 68 "http://shufuni.com/", |
| 69 "http://vid2c.com/", |
| 70 "http://dojki.com/", |
| 71 "http://cerdas.com/", |
| 72 "http://overthumbs.com/", |
| 73 "http://xvideoslive.com/", |
| 74 "http://playboy.com/", |
| 75 "http://caribbeancom.com/", |
| 76 "http://tubewolf.com/", |
| 77 "http://xmatch.com/", |
| 78 "http://ixxx.com/", |
| 79 "http://nymphdate.com/", |
| 80 ]) |
OLD | NEW |