예제 #1
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://profile.ak.fbcdn.net/hprofile-ak-snc4/50313_127613750585226_4787_n.jpg'
    )
    video_host.set_name('veevr')
    return video_host
예제 #2
0
파일: GoogleDocs.py 프로젝트: zuberv/xceltv
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://oakhill.newton.k12.ma.us/sites/oakhill.newton.k12.ma.us/files/users/3/google_docs_image.png'
    )
    video_host.set_name(VIDEO_HOSTING_NAME)
    return video_host
예제 #3
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://i1068.photobucket.com/albums/u460/chirag1983/video_sky_logo_zpsu5rb6qzk.png'
    )
    video_host.set_name(VIDEO_HOSTING_NAME)
    return video_host
예제 #4
0
파일: YouTube.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://www.automotivefinancingsystems.com/images/icons/socialmedia_youtube_256x256.png'
    )
    video_host.set_name(VIDEO_HOSTING_NAME)
    return video_host
예제 #5
0
파일: PlayCineFlix.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_hosting_info = VideoHost()
    video_hosting_info.set_icon(
        'http://s2.wp.com/wp-content/themes/a8c/videopress4/img/logo-footer.png?m=1340912836g'
    )
    video_hosting_info.set_name('PlayCineFlix')
    return video_hosting_info
예제 #6
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://www.koreaittimes.com/images/imagecache/medium/facebook-video-player-logo.png'
    )
    video_host.set_name('Facebook')
    return video_host
예제 #7
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://external.ak.fbcdn.net/safe_image.php?d=AQDX8O6c1SWeFsIT&url=http%3A%2F%2Fprofile.ak.fbcdn.net%2Fhprofile-ak-ash4%2F373037_143140885811844_207401638_n.jpg'
    )
    video_host.set_name('sockshare')
    return video_host
예제 #8
0
파일: Vimeo.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://cdn1.iconfinder.com/data/icons/Social_Networking_Icons_PNG/PNG/Vimeo.png'
    )
    video_host.set_name('Vimeo')
    return video_host
예제 #9
0
파일: Videozer.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://www.videozer.com/images/logo.jpg')
    video_host.set_name('Videozer')
    return video_host
예제 #10
0
파일: CloudEC.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://www.cloudy.ec/img/logo.png')
    video_host.set_name(VIDEO_HOST_NAME)
    return video_host
예제 #11
0
파일: Tune_pk.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://tune.pk/styles/tunev3/images/logo.png')
    video_host.set_name('Tune.pk')
    return video_host
예제 #12
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://vidwatch3.me/img/logo.png')
    video_host.set_name(VIDEO_HOSTING_NAME)
    return video_host
예제 #13
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://hostingbulk.com/images/logo.png')
    video_host.set_name('HostingBulk')
    return video_host
예제 #14
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('')
    video_host.set_name('Finding Link using urlresolver')
    return video_host
예제 #15
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://thumbs.videohut.to/logo/5.jpg')
    video_host.set_name(VIDEO_HOST_NAME)
    return video_host
예제 #16
0
파일: LetWatch.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://letwatch.us.com/images/logo.png')
    video_host.set_name(VIDEO_HOST_NAME)
    return video_host
예제 #17
0
파일: VShare.py 프로젝트: zuberv/xceltv
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://vshare.io/static/logo-small.png')
    video_host.set_name(VIDEO_HOST_NAME)
    return video_host
예제 #18
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://cdn.intergi.com/playwire/playwire-logo-subhed.png')
    video_host.set_name(VIDEO_HOSTING_NAME)
    return video_host
예제 #19
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('')
    video_host.set_name('DittoTV')
    return video_host
예제 #20
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('')
    video_host.set_name('BBC add-on by Hitcher')
    return video_host
예제 #21
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://movzap.com/images/logo.png')
    video_host.set_name('Movzap')
    return video_host
예제 #22
0
파일: Vplay_ro.py 프로젝트: zuberv/xceltv
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://s18.postimage.org/lgklzy6s5/vplay.png')
    video_host.set_name('VPlay')
    return video_host
예제 #23
0
파일: Vioku.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('')
    video_host.set_name('Vioku')
    return video_host
예제 #24
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon(
        'http://www.comedyportal.net/themes/berylizer/gfx/logo.png')
    video_host.set_name('ComedyPortal')
    return video_host
예제 #25
0
파일: Vidto.py 프로젝트: zuberv/xceltv
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://static.vidto.me/static/images/header-logo.png')
    video_host.set_name(VIDEO_HOST_NAME)
    return video_host
예제 #26
0
파일: PlayU.py 프로젝트: ItsMYZTIK/tdbaddon
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://playu.net/img/logo2-new-res-sm2.png')
    video_host.set_name('PlayU')
    return video_host
예제 #27
0
파일: ZShare.py 프로젝트: noba3/KoTos
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://www.digitaldeparture.com/wp-content/images/zshare.jpg')
    video_host.set_name('ZShare')
    return video_host
예제 #28
0
파일: DivXStage.py 프로젝트: zuberv/xceltv
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://www.divxstage.eu/images/logo.jpg')
    video_host.set_name('DivXStage')
    return video_host
예제 #29
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://videotanker.co/images/plaery-logo.png')
    video_host.set_name(VIDEO_HOST_NAME)
    return video_host
예제 #30
0
def getVideoHost():
    video_host = VideoHost()
    video_host.set_icon('http://watchers.to/img/wtr.png')
    video_host.set_name(VIDEO_HOSTING_NAME)
    return video_host