Skip to content

Faianca/video-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Spider

Videospider is a spider to fetch video links from famous providers.

Version

0.1.0

Installation

$ git clone https://github.com/Faianca/video-spider.git videospider
$ cd videospider
$ sudo pip install -r "requirements.txt"
$ sudopython setup.py install

Usage Example:

$ python main.py -u  "http://embed.novamov.com/embed.php?width=600&height=432&v=492730987cf26"

Video spider as a command

$ sudo mv main.py /usr/bin/videospider
$ videospider -u "http://embed.novamov.com/embed.php?width=600&height=432&v=492730987cf26"

Dev:

from videospider import Spider
spider = Spider()
print spider.fetch("http://embed.novamov.com/embed.php?width=600&height=432&v=492730987cf26")

Plugins

VideoSpider currently supports this providers.

  • easyvideo
  • movshare
  • novamov
  • playbb
  • playpanda
  • videowing
  • videozoo
  • pornhub
  • videoweed
  • video44
  • arkvid
  • mp4upload
  • auengine
  • videonest
  • animeultima
  • yourupload
  • vidbull

About

Fetch video links from various providers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages