Skip to content

jcubic/Similar-Stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

This program display similar things (like music, movies, TV shows, books and author) if you use it without options, display descriptions if you use -d option, and transalate them to your language with -l option. Check -h options for more info.

You need xgoogle library to it to work, you can download it from 
http://www.catonmat.net/download/xgoogle.zip

if you want to download all youtube files (on GNU/linux) use youtube-dl

on Debian/Ubuntu

apt-get instll youtube-dl

or

wget http://www.nuxified.org/system/files/youtube-install.sh
sudo ./youtube-install.sh

and then run the script:

for i in `similar.py -y $1 | grep http`; do
    youtube-dl $i
done

About

Get Similar stuff from tastekid.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages