Skip to content

c24b/pyoutube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Pytoube and Pymotion

Quick and dirty scripts to search and extract videos on:

  • youtube: with pyoutube.py file by calling
    PyTubeSearch(
            query='Blockchain bitcoin', #for search and filter 
            user="[email protected]",  #declare user a new directory will be created
            project="BB", #declare project to store videos in it
            filter = True) #filter by query if title or description matches video will be stored

create a log file with article info in it

  • dailymotion: with pymotion.py file
    PyMotionSearch(
            query='Blockchain bitcoin', #for search and filter 
            user="[email protected]",  #declare user a new directory will be created
            project="BB", #declare project to store videos in it
            filter = True) #filter by query if title matches video will be stored

Install

How must have python2.7 installed Dependencies are listed in requirements.pip to install it run (in a virtualenv preferently)

pip install -r requirements.pip

TO DO

This is a quick and dirty script so a lot of things can be improved

  • Query: query accept only a simple expression implement a more complexe version see Whoosh for example

  • Logs: detailled info are available in dailymotion too but not implements such as

    • authorname
    • author_url
    • date
    • Title
    • View
  • Channel or User search option are not implemented

About

Search for videos in youtube and download it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages