File size: 2,055 Bytes
e26fba6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
using System;
using System.Collections.Generic;
using System.Text;

namespace MovieTube.Client.Scraper
{
    public static class ScrapperId
    {
        public static readonly string CloudyEC = "cloudy.ec";
        public static readonly string BayFiles = "bayfiles.net";
        public static readonly string DivxStage = "divxstage.eu";
        public static readonly string DivxStream = "divxstream.net";
        public static readonly string Dwn = "dwn.so";
        public static readonly string Einthusan = "einthusan.com";
        public static readonly string FireDrive = "firedrive.com";
        public static readonly string FlashX = "flashx.tv";
        public static readonly string GorillaVid = "gorillavid.in";
        public static readonly string HostingBulk = "hostingbulk.com";
        public static readonly string LoboVideo = "lobovideo.com";
        public static readonly string MovReel = "movreel.com";
        public static readonly string MovShare = "movshare.net";
        public static readonly string Movzap = "movzap.com";
        public static readonly string MuchShare = "muchshare.net";
        public static readonly string NosVideo = "nosvideo.com";
        public static readonly string Novamov = "novamov.com";
        public static readonly string NowVideo = "nowvideo.sx";
        public static readonly string Played = "played.to";
        public static readonly string SockShare = "sockshare.com";
        public static readonly string StageVu = "stagevu.com";
        public static readonly string TheVideo = "thevideo.me";
        public static readonly string Veoh = "veoh.com";
        public static readonly string VideoRaj = "videoraj.ch";
        public static readonly string VideoWeed = "videoweed.com";
        public static readonly string VidTo = "vidto.me";
        public static readonly string Vk = "vk.com";
        public static readonly string VodLocker = "vodlocker.com";
        public static readonly string Youtube = "youtube.com";

        
    }
}