Example #1
0
def VIDEOLINKS(name,url):
        link=main.OPENURL(url)
        link=link.replace('\r','').replace('\n','').replace('\t','').replace('&nbsp;','').replace('\\','').replace('IFRAME','iframe').replace('SRC','src').replace('<span>','')
        match=re.compile('>([^>]*)</span></a>.+?<li class="current" style="float:right"><a href="[^"]*" target="_blank">Open video', re.DOTALL).findall(link)
        for name in match:
                main.addDownLink(name,url,100,'','')
        matchb=re.compile('>([^"]*)<div style="margin-left:-3px; margin-top:0px" class="icon left icon179-white"></div> Mobile Friendly</span></a>.+?<a href="[^"]*" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for name,url in matchb:
                main.addDownLink(name,url,100,'','')        
Example #2
0
def VIDEOLINKS(name, url):
    link = main.OPENURL(url)
    link = link.replace('\r', '').replace('\n', '').replace('\t', '').replace(
        '&nbsp;', '').replace('\\', '')
    match = re.compile(
        '''<a id='.+?' href='.*?title=(.+?)' target='_blank' rel='nofollow'>(.+?)</a>''',
        re.DOTALL).findall(link)
    for url, host in match:
        main.addDownLink('[COLOR green][B]' + host + '[/B][/COLOR]', url, 100,
                         '', '')
Example #3
0
def VIDEOLINKS(name, url):
    link = main.OPENURL(url)
    link = link.replace('\r', '').replace('\n', '').replace('\t', '').replace(
        '&nbsp;',
        '').replace('\\',
                    '').replace('IFRAME',
                                'iframe').replace('SRC',
                                                  'src').replace('<span>', '')
    match = re.compile(
        '>([^>]*)</span></a>.+?<li class="current" style="float:right"><a href="[^"]*" target="_blank">Open video',
        re.DOTALL).findall(link)
    for name in match:
        main.addDownLink(name, url, 100, '', '')
    matchb = re.compile(
        '>([^"]*)<div style="margin-left:-3px; margin-top:0px" class="icon left icon179-white"></div> Mobile Friendly</span></a>.+?<a href="[^"]*" target="_blank">Open video</a>',
        re.DOTALL).findall(link)
    for name, url in matchb:
        main.addDownLink(name, url, 100, '', '')
Example #4
0
def VIDEOLINKS(name,url):
        link=main.OPENURL(url)
        link=link.replace('\r','').replace('\n','').replace('\t','').replace('&nbsp;','').replace('\\','').replace('IFRAME','iframe').replace('SRC','src').replace('<span>','')
        match=re.compile('"http://www.putlocker.com/file/([^"]*)"', re.DOTALL).findall(link)
        for url in match:
                url = 'http://www.putlocker.com/file/' + url + '#'
                main.addDownLink("[COLOR blue]Putlocker[/COLOR]",url,100,'','')
        matchb=re.compile('"http://www.putlocker.com/embed/([^"]*)"', re.DOTALL).findall(link)
        for url in matchb:
                url = 'http://www.putlocker.com/embed/' + url + '#'
                main.addDownLink("[COLOR blue]Putlocker[/COLOR]",url,100,'','')
        matchc=re.compile('"http://www.gorillavid.in/([^"]*)"', re.DOTALL).findall(link)
        for url in matchc:
                url = 'http://www.gorillavid.in/' + url
                main.addDownLink("[COLOR blue]Gorillavid[/COLOR]",url,100,'','')        
Example #5
0
def VIDEOLINKS(name, url):
    link = main.OPENURL(url)
    link = link.replace('\r', '').replace('\n', '').replace('\t', '').replace(
        '&nbsp;',
        '').replace('\\',
                    '').replace('IFRAME',
                                'iframe').replace('SRC',
                                                  'src').replace('<span>', '')
    match = re.compile('"http://www.putlocker.com/file/([^"]*)"',
                       re.DOTALL).findall(link)
    for url in match:
        url = 'http://www.putlocker.com/file/' + url + '#'
        main.addDownLink("[COLOR blue]Putlocker[/COLOR]", url, 100, '', '')
    matchb = re.compile('"http://www.putlocker.com/embed/([^"]*)"',
                        re.DOTALL).findall(link)
    for url in matchb:
        url = 'http://www.putlocker.com/embed/' + url + '#'
        main.addDownLink("[COLOR blue]Putlocker[/COLOR]", url, 100, '', '')
    matchc = re.compile('"http://www.gorillavid.in/([^"]*)"',
                        re.DOTALL).findall(link)
    for url in matchc:
        url = 'http://www.gorillavid.in/' + url
        main.addDownLink("[COLOR blue]Gorillavid[/COLOR]", url, 100, '', '')
Example #6
0
def VIDEOLINKS(name,url):
        link=main.OPENURL(url)
        link=link.replace('\r','').replace('\n','').replace('\t','').replace('&nbsp;','').replace('\\','').replace('IFRAME','iframe').replace('SRC','src')
        putlockera=re.compile('<iframe src="http://www.putlocker.com/([^"]*)"', re.DOTALL).findall(link)
        for url in putlockera:
                url = 'http://www.putlocker.com/' + url
                main.addDownLink('[COLOR green][B]Putlocker[/B][/COLOR]',url,100,'','')
        putlockerb=re.compile('<a href="http://www.putlocker.com/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in putlockerb:
                url = 'http://www.putlocker.com/' + url
                main.addDownLink('[COLOR green][B]Putlocker[/B][/COLOR]',url,100,'','')

        socksharea=re.compile('<a href="http://www.sockshare.com/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in socksharea:
                url = 'http://www.sockshare.com/' + url
                main.addDownLink('[COLOR green][B]Sockshare[/B][/COLOR]',url,100,'','')
        sockshareb=re.compile('<iframe src="http://www.sockshare.com/([^"]*)"', re.DOTALL).findall(link)
        for url in sockshareb:
                url = 'http://www.sockshare.com/' + url
                main.addDownLink('[COLOR green][B]Sockshare[/B][/COLOR]',url,100,'','')

        vidtoa=re.compile('<a href="http://vidto.me/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in vidtoa:
                url = 'http://vidto.me/' + url
                main.addDownLink('[COLOR green][B]Vidto[/B][/COLOR]',url,100,'','')
        vidtob=re.compile('<iframe src="http://vidto.me/([^"]*)" ', re.DOTALL).findall(link)
        for url in vidtob:
                url = 'http://vidto.me/' + url
                main.addDownLink('[COLOR green][B]Vidto[/B][/COLOR]',url,100,'','')        
                
        allmyvideosa=re.compile('<a href="http://allmyvideos.net/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in allmyvideosa:
                url = 'http://allmyvideos.net/' + url
                main.addDownLink('[COLOR green][B]All My Videos[/B][/COLOR]',url,100,'','')
        allmyvideosb=re.compile('<iframe src="http://allmyvideos.net/([^"]*)" ', re.DOTALL).findall(link)
        for url in allmyvideosb:
                url = 'http://allmyvideos.net/' + url
                main.addDownLink('[COLOR green][B]All My Videos[/B][/COLOR]',url,100,'','')        
                
        vsharea=re.compile('<a href="http://vshare.eu/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in vsharea:
                url = 'http://vshare.eu/' + url
                main.addDownLink('[COLOR green][B]Vshare[/B][/COLOR]',url,100,'','')
        vshareb=re.compile('<a href="http://vshare.eu/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in vshareb:
                url = 'http://vshare.eu/' + url
                main.addDownLink('[COLOR green][B]Vshare[/B][/COLOR]',url,100,'','')
                
        vidspota=re.compile('<a href="http://vidspot.net/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in vidspota:
                url = 'http://vidspot.net/' + url
                main.addDownLink('[COLOR green][B]Vidspot[/B][/COLOR]',url,100,'','')
        vidspotb=re.compile('<iframe src="http://vidspot.net/([^"]*)" ', re.DOTALL).findall(link)
        for url in vidspotb:
                url = 'http://vidspot.net/' + url
                main.addDownLink('[COLOR green][B]Vidspot[/B][/COLOR]',url,100,'','')        
                
        gorillaa=re.compile('<a href="http://gorillavid.in/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in gorillaa:
                url = 'http://gorillavid.in/' + url
                main.addDownLink('[COLOR green][B]Gorillavid[/B][/COLOR]',url,100,'','')
        gorillab=re.compile('<iframe src="http://gorillavid.in/([^"]*)"', re.DOTALL).findall(link)
        for url in gorillab:
                url = 'http://gorillavid.in/' + url
                main.addDownLink('[COLOR green][B]Gorillavid[/B][/COLOR]',url,100,'','')
                
        filenukea=re.compile('<a href="http://filenuke.com/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in filenukea:
                url = 'http://filenuke.com/' + url
                main.addDownLink('[COLOR green][B]Filenuke[/B][/COLOR]',url,100,'','')
        filenukeb=re.compile('<iframe src="http://filenuke.com/([^"]*)"', re.DOTALL).findall(link)
        for url in filenukeb:
                url = 'http://filenuke.com/' + url
                main.addDownLink('[COLOR green][B]Filenuke[/B][/COLOR]',url,100,'','')        
                
        ishareda=re.compile('href="http://ishared.eu/video/([^"]*)" target="_blank">Open video</a></li>', re.DOTALL).findall(link)
        for url in ishareda:
                url = 'http://ishared.eu/video/' + url
                main.addDownLink('[COLOR green][B]Ishared[/B][/COLOR]',url,100,'','')
        isharedb=re.compile('<iframe src="http://ishared.eu/embed/([^"]*)" ', re.DOTALL).findall(link)
        for url in isharedb:
                url = 'http://ishared.eu/embed/' + url
                main.addDownLink('[COLOR green][B]Ishared[/B][/COLOR]',url,100,'','')
        isharedc=re.compile('<iframe id="iframe1"  name="iframe1"  src="http://ishared.eu/([^"]*)"', re.DOTALL).findall(link)
        for url in isharedc:
                url = 'http://ishared.eu/' + url
                main.addDownLink('[COLOR green][B]Ishared[/B][/COLOR]',url,100,'','')        
                
        youwatcha=re.compile('<a href="http://youwatch.org/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in youwatcha:
                url = 'http://youwatch.org/' + url
                main.addDownLink('[COLOR green][B]Youwatch[/B][/COLOR]',url,100,'','')
        youwatchb=re.compile('<a href="http://youwatch.org/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in youwatchb:
                url = 'http://youwatch.org/' + url
                main.addDownLink('[COLOR green][B]Youwatch[/B][/COLOR]',url,100,'','')        
                
        arkvida=re.compile('<a href="http://arkvid.tv/player/[?]v=([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in arkvida:
                url = 'http://arkvid.tv/player/?v=' + url
                main.addDownLink('[COLOR green][B]Arkvid[/B][/COLOR]',url,100,'','')
        arkvidb=re.compile('<iframe src="http://arkvid.tv/player/[?]v=([^"]*)" ', re.DOTALL).findall(link)
        for url in arkvidb:
                url = 'http://arkvid.tv/player/?v=' + url
                main.addDownLink('[COLOR green][B]Arkvid[/B][/COLOR]',url,100,'','')
                
        video44a=re.compile('<a href="http://www.video44.net/gogo/[?]file=([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in video44a:
                url = 'http://www.video44.net/gogo/?file=' + url
                main.addDownLink('[COLOR green][B]Video44[/B][/COLOR]',url,100,'','')
        video44b=re.compile('<iframe src="http://www.video44.net/gogo/[?]file=([^"]*)"', re.DOTALL).findall(link)
        for url in video44b:
                url = 'http://www.video44.net/gogo/?file=' + url
                main.addDownLink('[COLOR green][B]Video44[/B][/COLOR]',url,100,'','')        
                
        mp4uploada=re.compile('<a href="http://www.mp4upload.com/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in mp4uploada:
                url = 'http://www.mp4upload.com/' + url
                main.addDownLink('[COLOR green][B]Mp4upload[/B][/COLOR]',url,100,'','')
        mp4uploadb=re.compile('<iframe src="http://www.mp4upload.com/([^"]*)" ', re.DOTALL).findall(link)
        for url in mp4uploadb:
                url = 'http://www.mp4upload.com/' + url
                main.addDownLink('[COLOR green][B]Mp4upload[/B][/COLOR]',url,100,'','')
                
        auenginea=re.compile('<a href="http://auengine.com/embed.php[?]file=([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in auenginea:
                url = 'http://auengine.com/embed.php?file=' + url
                main.addDownLink('[COLOR green][B]Auengine[/B][/COLOR]',url,100,'','')
        auengineb=re.compile('<iframe src="http://auengine.com/embed.php[?]file=([^"]*)" ', re.DOTALL).findall(link)
        for url in auengineb:
                url = 'http://auengine.com/embed.php?file=' + url
                main.addDownLink('[COLOR green][B]Auengine[/B][/COLOR]',url,100,'','')


        vodlockera=re.compile('<a href="http://vodlocker.com/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in vodlockera:
                url = 'http://vodlocker.com/' + url
                main.addDownLink('[COLOR green][B]Vodlocker[/B][/COLOR]',url,100,'','')
        vodlockerb=re.compile('<iframe src="http://vodlocker.com/([^"]*)" ', re.DOTALL).findall(link)
        for url in vodlockerb:
                url = 'http://vodlocker.com/' + url
                main.addDownLink('[COLOR green][B]Vodlocker[/B][/COLOR]',url,100,'','')         
                
                
        vidbulla=re.compile('<a href="http://vidbull.com/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in vidbulla:
                url = 'http://vidbull.com/' + url
                main.addDownLink('[COLOR green][B]Vidbull[/B][/COLOR]',url,100,'','')
        vidbullb=re.compile('<iframe src="http://vidbull.com/([^"]*)" ', re.DOTALL).findall(link)
        for url in vidbullb:
                url = 'http://vidbull.com/' + url
                main.addDownLink('[COLOR green][B]Vidbull[/B][/COLOR]',url,100,'','')

        sharesixa=re.compile('<a href="http://sharesix.com/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in sharesixa:
                url = 'http://sharesix.com/' + url
                main.addDownLink('[COLOR green][B]Sharesix[/B][/COLOR]',url,100,'','')
        sharesixb=re.compile('<iframe src="http://www.thedarewall.com/thedarewall/embed.php[?]url=http://sharesix.com/([^"]*)"', re.DOTALL).findall(link)
        for url in sharesixb:
                url = 'http://sharesix.com/' + url
                main.addDownLink('[COLOR green][B]Sharesix[/B][/COLOR]',url,100,'','')


        vka=re.compile('<a href="http://vk.com/video_ext.php[?]oid=([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in vka:
                url = 'http://vk.com/video_ext.php?oid=' + url
                main.addDownLink('[COLOR green][B]VK[/B][/COLOR]',url,100,'','')
        vkb=re.compile('iframe src="http://vk.com/video_ext.php[?]oid=([^"]*)"', re.DOTALL).findall(link)
        for url in vkb:
                url = 'http://vk.com/video_ext.php?oid=' + url
                main.addDownLink('[COLOR green][B]VK[/B][/COLOR]',url,100,'','')
        vkc=re.compile('<iframe id="iframe1"  name="iframe1"  src="http://vk.com/video_ext.php[?]oid=([^"]*)"', re.DOTALL).findall(link)
        for url in vkc:
                url = 'http://vk.com/video_ext.php?oid=' + url
                main.addDownLink('[COLOR green][B]VK[/B][/COLOR]',url,100,'','')        

        nosvideoa=re.compile('<a href="http://nosvideo.com/[?]v=([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in nosvideoa:
                url = 'http://nosvideo.com/?v=' + url
                main.addDownLink('[COLOR green][B]Nosvideo[/B][/COLOR]',url,100,'','')
        nosvideob=re.compile('<iframe src="http://nosvideo.com/embed/([^"]*)"', re.DOTALL).findall(link)
        for url in nosvideob:
                url = 'http://nosvideo.com/embed/' + url
                main.addDownLink('[COLOR green][B]Nosvideo[/B][/COLOR]',url,100,'','')

        novamova=re.compile('<a href="http://novamov.com/video/([^"]*)" target="_blank">Open video</a>', re.DOTALL).findall(link)
        for url in novamova:
                url = 'http://novamov.com/video/' + url
                main.addDownLink('[COLOR green][B]Novamov[/B][/COLOR]',url,100,'','')
        novamovb=re.compile('src="http://embed.novamov.com/embed.php[?]width=620&height=360&v=([^"]*)" scrolling="no">', re.DOTALL).findall(link)
        for url in novamovb:
                url = 'http://embed.novamov.com/embed.php?width=620&height=360&v=' + url
                main.addDownLink('[COLOR green][B]Novamov[/B][/COLOR]',url,100,'','')
        youtube=re.compile('href="https://www.youtube.com/watch[?]v=([^"]*)"', re.DOTALL).findall(link)
        for url in youtube:
                url = 'https://www.youtube.com/watch?v=' + url
                main.addDownLink('[COLOR green][B]Youtube[/B][/COLOR]',url,100,'','')
        youtubepart2=re.compile('src="//www.youtube.com/embed/([^"]*)" frameborder="0" allowfullscreen></iframe> Part 2 <', re.DOTALL).findall(link)
        for url in youtubepart2:
                url = 'https://www.youtube.com/embed/' + url
                main.addDownLink('[COLOR green][B]Youtube Part 2[/B][/COLOR]',url,100,'','')        
Example #7
0
def VIDEOLINKS(name,url):
        link=main.OPENURL(url)
        link=link.replace('\r','').replace('\n','').replace('\t','').replace('&nbsp;','').replace('\\','')
        putlocker=re.compile('http://www.putlocker.com/([^"]*)"', re.DOTALL).findall(link)
        for url in putlocker:
                url = 'http://www.putlocker.com/' + url
                main.addDownLink('[COLOR green][B]Putlocker[/B][/COLOR]',url,100,'','')
        firedrive=re.compile('http://www.firedrive.com/([^"]*)"', re.DOTALL).findall(link)
        for url in firedrive:
                url = 'http://www.firedrive.com/' + url
                main.addDownLink('[COLOR green][B]Putlocker/Firedrive[/B][/COLOR]',url,100,'','')        
        sockshare=re.compile('http://www.sockshare.com/([^"]*)"', re.DOTALL).findall(link)
        for url in sockshare:
                url = 'http://www.sockshare.com/' + url
                main.addDownLink('[COLOR green][B]Sockshare[/B][/COLOR]',url,100,'','')        
        vidto=re.compile('http://vidto.me/([^"]*)"', re.DOTALL).findall(link)
        for url in vidto:
                url = 'http://vidto.me/' + url
                main.addDownLink('[COLOR green][B]Vidto[/B][/COLOR]',url,100,'','')
        allmyvideos=re.compile('SRC="http://allmyvideos.net/([^"]*)"', re.DOTALL).findall(link)
        for url in allmyvideos:
                url = 'http://allmyvideos.net/' + url
                main.addDownLink('[COLOR green][B]All My Videos[/B][/COLOR]',url,100,'','')
        vshare=re.compile('http://vshare.eu/([^"]*)', re.DOTALL).findall(link)
        for url in vshare:
                url = 'http://vshare.eu/' + url
                main.addDownLink('[COLOR green][B]Vshare[/B][/COLOR]',url,100,'','')
        vidspot=re.compile('http://vidspot.net/([^"]*)', re.DOTALL).findall(link)
        for url in vidspot:
                url = 'http://vidspot.net/' + url
                main.addDownLink('[COLOR green][B]Vidspot[/B][/COLOR]',url,100,'','')
        sharesix=re.compile('tweetit-1&proxy.link=http://sharesix.com/([^"]*)&skin', re.DOTALL).findall(link)
        for url in sharesix:
                url = 'http://sharesix.com/' + url
                main.addDownLink('[COLOR green][B]Sharesix[/B][/COLOR]',url,100,'','')
        ishared=re.compile('SRC="http://ishared.eu/embed/([^"]*)" FRAMEBORDER', re.DOTALL).findall(link)
        for url in ishared:
                url = 'http://ishared.eu/embed/' + url
                main.addDownLink('[COLOR green][B]Ishared[/B][/COLOR]',url,100,'','')
        clicktoview=re.compile('url=http://clicktoview.org/([^"]*)" FRAMEBORDER', re.DOTALL).findall(link)
        for url in clicktoview:
                url = 'http://clicktoview.org/' + url
                main.addDownLink('[COLOR green][B]Clicktoview[/B][/COLOR]',url,100,'','')
        nowvideo=re.compile('src="http://embed.nowvideo.eu/embed.php[?]v=([^"]*)', re.DOTALL).findall(link)
        for url in nowvideo:
                url = 'http://embed.nowvideo.eu/embed.php?v=' + url 
                main.addDownLink('[COLOR green][B]Nowvideo[/B][/COLOR]',url,100,'','')
        nosvideo=re.compile('SRC="http://www.thedarewall.com/thedarewall/embed.php[?]url=http://nosvideo.com/[?]v=([^"]*)" FRAMEBORDER" FRAMEBORDER', re.DOTALL).findall(link)
        for url in nosvideo:
                url = 'http://www.thedarewall.com/thedarewall/embed.php?url=http://nosvideo.com/?v=' + url 
                main.addDownLink('[COLOR green][B]Nosvideo[/B][/COLOR]',url,100,'','')
        played=re.compile('SRC="http://played.to/([^"]*)" FRAMEBORDER=', re.DOTALL).findall(link)
        for url in played:
                url = 'http://played.to/' + url 
                main.addDownLink('[COLOR green][B]Played.to[/B][/COLOR]',url,100,'','')        
Example #8
0
def VIDEOLINKS(name,url):
        link=main.OPENURL(url)
        link=link.replace('\r','').replace('\n','').replace('\t','').replace('&nbsp;','').replace('\\','')
        match=re.compile('''<a id='.+?' href='.*?title=(.+?)' target='_blank' rel='nofollow'>(.+?)</a>''', re.DOTALL).findall(link)
        for url,host in match:    
                main.addDownLink('[COLOR green][B]'+host+'[/B][/COLOR]',url,100,'','')  
Example #9
0
def VIDEOLINKS(name, url):
    link = main.OPENURL(url)
    link = link.replace('\r', '').replace('\n', '').replace('\t', '').replace(
        '&nbsp;', '').replace('\\', '')
    putlocker = re.compile('http://www.putlocker.com/([^"]*)"',
                           re.DOTALL).findall(link)
    for url in putlocker:
        url = 'http://www.putlocker.com/' + url
        main.addDownLink('[COLOR green][B]Putlocker[/B][/COLOR]', url, 100, '',
                         '')
    vidto = re.compile('http://vidto.me/([^"]*)"', re.DOTALL).findall(link)
    for url in vidto:
        url = 'http://vidto.me/' + url
        main.addDownLink('[COLOR green][B]Vidto[/B][/COLOR]', url, 100, '', '')
    allmyvideos = re.compile('SRC="http://allmyvideos.net/([^"]*)"',
                             re.DOTALL).findall(link)
    for url in allmyvideos:
        url = 'http://allmyvideos.net/' + url
        main.addDownLink('[COLOR green][B]All My Videos[/B][/COLOR]', url, 100,
                         '', '')
    vshare = re.compile('http://vshare.eu/([^"]*)', re.DOTALL).findall(link)
    for url in vshare:
        url = 'http://vshare.eu/' + url
        main.addDownLink('[COLOR green][B]Vshare[/B][/COLOR]', url, 100, '',
                         '')
    vidspot = re.compile('http://vidspot.net/([^"]*)', re.DOTALL).findall(link)
    for url in vidspot:
        url = 'http://vidspot.net/' + url
        main.addDownLink('[COLOR green][B]Vidspot[/B][/COLOR]', url, 100, '',
                         '')
    sharesix = re.compile(
        'tweetit-1&proxy.link=http://sharesix.com/([^"]*)&skin',
        re.DOTALL).findall(link)
    for url in sharesix:
        url = 'http://sharesix.com/' + url
        main.addDownLink('[COLOR green][B]Sharesix[/B][/COLOR]', url, 100, '',
                         '')
    ishared = re.compile('SRC="http://ishared.eu/embed/([^"]*)" FRAMEBORDER',
                         re.DOTALL).findall(link)
    for url in ishared:
        url = 'http://ishared.eu/embed/' + url
        main.addDownLink('[COLOR green][B]Ishared[/B][/COLOR]', url, 100, '',
                         '')
    clicktoview = re.compile('url=http://clicktoview.org/([^"]*)" FRAMEBORDER',
                             re.DOTALL).findall(link)
    for url in clicktoview:
        url = 'http://clicktoview.org/' + url
        main.addDownLink('[COLOR green][B]Clicktoview[/B][/COLOR]', url, 100,
                         '', '')
    nowvideo = re.compile(
        'src="http://embed.nowvideo.eu/embed.php[?]v=([^"]*)&amp;width=620&amp;height=360"',
        re.DOTALL).findall(link)
    for url in nowvideo:
        url = 'http://embed.nowvideo.eu/embed.php?v=' + url + '&amp;width=620&amp;height=360'
        main.addDownLink('[COLOR green][B]Nowvideo[/B][/COLOR]', url, 100, '',
                         '')
    nosvideo = re.compile(
        'SRC="http://www.thedarewall.com/thedarewall/embed.php[?]url=http://nosvideo.com/[?]v=([^"]*)" FRAMEBORDER" FRAMEBORDER',
        re.DOTALL).findall(link)
    for url in nosvideo:
        url = 'http://www.thedarewall.com/thedarewall/embed.php?url=http://nosvideo.com/?v=' + url
        main.addDownLink('[COLOR green][B]Nosvideo[/B][/COLOR]', url, 100, '',
                         '')
    played = re.compile('SRC="http://played.to/([^"]*)" FRAMEBORDER=',
                        re.DOTALL).findall(link)
    for url in played:
        url = 'http://played.to/' + url
        main.addDownLink('[COLOR green][B]Played.to[/B][/COLOR]', url, 100, '',
                         '')
Example #10
0
def VIDEOLINKS(name, url):
    link = main.OPENURL(url)
    link = link.replace('\r', '').replace('\n', '').replace('\t', '').replace(
        '&nbsp;', '').replace('\\', '')
    putlocker = re.compile(
        'http://www.putlocker.com/file/([^"]*)</a>').findall(link)
    for url in putlocker:
        url = 'http://www.putlocker.com/file/' + url
        main.addDownLink('[COLOR blue]Putlocker[/COLOR]', url, 100,
                         art + '/hosts/putlocker.png',
                         art + '/hosts/putlocker.png')
    sockshare = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/hoster/113.png" alt="Sockshare [^"]*" title'
    ).findall(link)
    if len(sockshare) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Sockshare[/COLOR]", url, 100,
                     art + '/hosts/sockshare.png',
                     art + '/hosts/sockshare.png')
    #movreel=re.compile('').findall(link)
    #if len(movreel) > 0:
    #       main.addDirb("[COLOR blue]Movreel[/COLOR]",url,100,art+'/hosts/movreel.png',art+'/hosts/movreel.png')
    #billionuploads=re.compile('').findall(link)
    #if len(billionuploads) > 0:
    #       main.addDirb("[COLOR blue]BillionUploads[/COLOR]",url,100,art+'/hosts/billionuploads.png',art+'/hosts/billionuploads.png')
    nowvideo = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/hoster/186.png" alt="Nowvideo [^"]*" title'
    ).findall(link)
    if len(nowvideo) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Nowvideo[/COLOR]", url, 100,
                     art + '/hosts/nowvideo.png', art + '/hosts/nowvideo.png')
    #oeupload=re.compile('').findall(link)
    #if len(oeupload) > 0:
    #       main.addDirb("[COLOR blue]180upload[/COLOR]",url,12,art+'/hosts/180upload.png',art+'/hosts/180upload.png')
    filenuke = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Filenuke [^"]*" title'
    ).findall(link)
    if len(filenuke) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Filenuke[/COLOR]", url, 100,
                     art + '/hosts/filenuke.png', art + '/hosts/filenuke.png')
    flashx = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/hoster/150.png" alt="Flashx [^"]*" title'
    ).findall(link)
    if len(flashx) > 0:
        main.addDirb("[COLOR blue]Flashx[/COLOR]", url, 100,
                     art + '/hosts/flashx.png', art + '/hosts/flashx.png')
    novamov = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Novamov [^"]*" title'
    ).findall(link)
    if len(novamov) > 0:
        url = base_url + url
        main.addDirb(
            name + " [COLOR red]" + quality + "[/COLOR]" +
            "[COLOR blue] : Novamov[/COLOR]", url, 100,
            art + '/hosts/novamov.png', art + '/hosts/novamov.png')
    #gorillavid=re.compile('').findall(link)
    #if len(gorillavid) > 0:
    #       main.addDirb("[COLOR blue]Gorillavid[/COLOR]",url,148,art+'/hosts/gorillavid.png',art+'/hosts/gorillavid.png')
    divxstage = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Divxstage [^"]*" title'
    ).findall(link)
    if len(divxstage) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Divxstage[/COLOR]", url, 100,
                     art + '/hosts/divxstage.png',
                     art + '/hosts/divxstage.png')
    movshare = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Movshare [^"]*" title'
    ).findall(link)
    if len(movshare) > 0:
        url = base_url + url
        #main.addDirb(name'[COLOR blue]Movshare[/COLOR]',url,100,art+'/hosts/movshare.png',art+'/hosts/movshare.png')
    sharesix = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Sharesix [^"]*" title'
    ).findall(link)
    if len(sharesix) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Sharesix[/COLOR]", url, 100,
                     art + '/hosts/sharesix.png', art + '/hosts/sharesix.png')
    #movpod=re.compile('').findall(link)
    #if len(movpod) > 0:
    #       url = base_url + url
    #      main.addDirb("[COLOR blue]Movpod[/COLOR]",url,150,art+'/hosts/movpod.png',art+'/hosts/movpod.png')
    #daclips=re.compile('').findall(link)
    #if len(daclips) > 0:
    #       url = base_url + url
    #      main.addDirb("[COLOR blue] : Daclips[/COLOR]",url,151,art+'/hosts/daclips.png',art+'/hosts/daclips.png')
    videoweed = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Videoweed [^"]*" title'
    ).findall(link)
    if len(videoweed) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Videoweed[/COLOR]", url, 100,
                     art + '/hosts/videoweed.png',
                     art + '/hosts/videoweed.png')
    played = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="played.to [^"]*" title'
    ).findall(link)
    if len(played) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Played[/COLOR]", url, 100,
                     art + '/hosts/played.png', art + '/hosts/played.png')
    movdivx = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Movdivx [^"]*" title'
    ).findall(link)
    if len(movdivx) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]MovDivx[/COLOR]", url, 100,
                     art + '/hosts/movdivx.png', art + '/hosts/movdivx.png')

    uploadc = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="UploadC [^"]*" title'
    ).findall(link)
    if len(uploadc) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Uploadc[/COLOR]", url, 100,
                     art + '/hosts/uploadc.png', art + '/hosts/uploadc.png')
    xvidstage = re.compile(
        '"><a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Xvidstage [^"]*" title'
    ).findall(link)
    if len(xvidstage) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Xvidstage[/COLOR]", url, 100,
                     art + '/hosts/xvidstage.png',
                     art + '/hosts/xvidstage.png')
    #zooupload=re.compile('').findall(link)
    #if len(zooupload) > 0:
    #       url = base_url + url
    #      main.addDirb("[COLOR blue]Zooupload[/COLOR]",url,19,art+'/hosts/zooupload.png',art+'/hosts/zooupload.png')
    zalaa = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Zalaa [^"]*" title'
    ).findall(link)
    if len(zalaa) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Zalaa[/COLOR]", url, 100,
                     art + '/hosts/zalaa.png', art + '/hosts/zalaa.png')
    vidxden = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Vidxden [^"]*" title'
    ).findall(link)
    if len(vidxden) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Vidxden[/COLOR]", url, 100,
                     art + '/hosts/vidxden.png', art + '/hosts/vidxden.png')
    vidbux = re.compile(
        '<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Vidbux [^"]*" title'
    ).findall(link)
    if len(vidbux) > 0:
        url = base_url + url
        main.addDirb("[COLOR blue]Vidbux[/COLOR]", url, 100,
                     art + '/hosts/vidbux.png', art + '/hosts/vidbux.png')
    muchshare = re.compile(
        'SRC="http://muchshare.net/embed-([^"]*).html" FRAMEBORDER').findall(
            link)
    for url in muchshare:
        url = 'http://muchshare.net/' + url
        main.addDownLink('[COLOR blue]MuchShare[/COLOR]', url, 100,
                         art + '/hosts/.png', art + '/hosts/.png')
    mooshare = re.compile(
        'src="http://mooshare.biz/iframe/([^"]*)" frameborder').findall(link)
    for url in mooshare:
        url = 'http://mooshare.biz/iframe/' + url
        main.addDownLink('[COLOR blue]MooShare[/COLOR]', url, 100,
                         art + '/hosts/.png', art + '/hosts/.png')
Example #11
0
def VIDEOLINKS(name,url):
        link=main.OPENURL(url)
        link=link.replace('\r','').replace('\n','').replace('\t','').replace('&nbsp;','').replace('\\','')
        putlocker=re.compile('http://www.putlocker.com/file/([^"]*)</a>').findall(link)                      
        for url in putlocker:
                url = 'http://www.putlocker.com/file/' + url
                main.addDownLink('[COLOR blue]Putlocker[/COLOR]',url,100,art+'/hosts/putlocker.png',art+'/hosts/putlocker.png')
        sockshare=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/hoster/113.png" alt="Sockshare [^"]*" title').findall(link)
        if len(sockshare) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Sockshare[/COLOR]",url,100,art+'/hosts/sockshare.png',art+'/hosts/sockshare.png')
        #movreel=re.compile('').findall(link)
        #if len(movreel) > 0:
         #       main.addDirb("[COLOR blue]Movreel[/COLOR]",url,100,art+'/hosts/movreel.png',art+'/hosts/movreel.png')
        #billionuploads=re.compile('').findall(link)
        #if len(billionuploads) > 0:
         #       main.addDirb("[COLOR blue]BillionUploads[/COLOR]",url,100,art+'/hosts/billionuploads.png',art+'/hosts/billionuploads.png')
        nowvideo=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/hoster/186.png" alt="Nowvideo [^"]*" title').findall(link)
        if len(nowvideo) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Nowvideo[/COLOR]",url,100,art+'/hosts/nowvideo.png',art+'/hosts/nowvideo.png')
        #oeupload=re.compile('').findall(link)
        #if len(oeupload) > 0:
         #       main.addDirb("[COLOR blue]180upload[/COLOR]",url,12,art+'/hosts/180upload.png',art+'/hosts/180upload.png')
        filenuke=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Filenuke [^"]*" title').findall(link)
        if len(filenuke) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Filenuke[/COLOR]",url,100,art+'/hosts/filenuke.png',art+'/hosts/filenuke.png')
        flashx=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/hoster/150.png" alt="Flashx [^"]*" title').findall(link)
        if len(flashx) > 0:
                main.addDirb("[COLOR blue]Flashx[/COLOR]",url,100,art+'/hosts/flashx.png',art+'/hosts/flashx.png')
        novamov=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Novamov [^"]*" title').findall(link)
        if len(novamov) > 0:
                url = base_url + url
                main.addDirb(name+" [COLOR red]"+quality+"[/COLOR]"+"[COLOR blue] : Novamov[/COLOR]",url,100,art+'/hosts/novamov.png',art+'/hosts/novamov.png')
        #gorillavid=re.compile('').findall(link)
        #if len(gorillavid) > 0:
         #       main.addDirb("[COLOR blue]Gorillavid[/COLOR]",url,148,art+'/hosts/gorillavid.png',art+'/hosts/gorillavid.png')
        divxstage=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Divxstage [^"]*" title').findall(link)
        if len(divxstage) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Divxstage[/COLOR]",url,100,art+'/hosts/divxstage.png',art+'/hosts/divxstage.png')
        movshare=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Movshare [^"]*" title').findall(link)
        if len(movshare) > 0:
                url = base_url + url
                #main.addDirb(name'[COLOR blue]Movshare[/COLOR]',url,100,art+'/hosts/movshare.png',art+'/hosts/movshare.png')
        sharesix=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Sharesix [^"]*" title').findall(link)
        if len(sharesix) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Sharesix[/COLOR]",url,100,art+'/hosts/sharesix.png',art+'/hosts/sharesix.png')
        #movpod=re.compile('').findall(link)
        #if len(movpod) > 0:
         #       url = base_url + url
          #      main.addDirb("[COLOR blue]Movpod[/COLOR]",url,150,art+'/hosts/movpod.png',art+'/hosts/movpod.png')
        #daclips=re.compile('').findall(link)
        #if len(daclips) > 0:
         #       url = base_url + url
          #      main.addDirb("[COLOR blue] : Daclips[/COLOR]",url,151,art+'/hosts/daclips.png',art+'/hosts/daclips.png')
        videoweed=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Videoweed [^"]*" title').findall(link)
        if len(videoweed) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Videoweed[/COLOR]",url,100,art+'/hosts/videoweed.png',art+'/hosts/videoweed.png')
        played=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="played.to [^"]*" title').findall(link)
        if len(played) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Played[/COLOR]",url,100,art+'/hosts/played.png',art+'/hosts/played.png')
        movdivx=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Movdivx [^"]*" title').findall(link)
        if len(movdivx) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]MovDivx[/COLOR]",url,100,art+'/hosts/movdivx.png',art+'/hosts/movdivx.png')
        
        uploadc=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="UploadC [^"]*" title').findall(link)
        if len(uploadc) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Uploadc[/COLOR]",url,100,art+'/hosts/uploadc.png',art+'/hosts/uploadc.png')
        xvidstage=re.compile('"><a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Xvidstage [^"]*" title').findall(link)
        if len(xvidstage) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Xvidstage[/COLOR]",url,100,art+'/hosts/xvidstage.png',art+'/hosts/xvidstage.png')        
        #zooupload=re.compile('').findall(link)
        #if len(zooupload) > 0:
         #       url = base_url + url
          #      main.addDirb("[COLOR blue]Zooupload[/COLOR]",url,19,art+'/hosts/zooupload.png',art+'/hosts/zooupload.png')
        zalaa=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Zalaa [^"]*" title').findall(link)
        if len(zalaa) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Zalaa[/COLOR]",url,100,art+'/hosts/zalaa.png',art+'/hosts/zalaa.png')
        vidxden=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/flashPlayer2.gif" alt="Vidxden [^"]*" title').findall(link)
        if len(vidxden) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Vidxden[/COLOR]",url,100,art+'/hosts/vidxden.png',art+'/hosts/vidxden.png')
        vidbux=re.compile('<a href="([^"]*)">[^"]*<img border=0 style="vertical-align:top;" src="http://img.movie4k.to/img/divx.gif" alt="Vidbux [^"]*" title').findall(link)
        if len(vidbux) > 0:
                url = base_url + url
                main.addDirb("[COLOR blue]Vidbux[/COLOR]",url,100,art+'/hosts/vidbux.png',art+'/hosts/vidbux.png')
        muchshare=re.compile('SRC="http://muchshare.net/embed-([^"]*).html" FRAMEBORDER').findall(link)
        for url in muchshare:
                url = 'http://muchshare.net/' + url
                main.addDownLink('[COLOR blue]MuchShare[/COLOR]',url,100,art+'/hosts/.png',art+'/hosts/.png')
        mooshare=re.compile('src="http://mooshare.biz/iframe/([^"]*)" frameborder').findall(link)
        for url in mooshare:
                url = 'http://mooshare.biz/iframe/' + url
                main.addDownLink('[COLOR blue]MooShare[/COLOR]',url,100,art+'/hosts/.png',art+'/hosts/.png')