Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Yify gem (github.com/jonlunsford)
8 points by jonlunsford on Oct 20, 2014 | hide | past | favorite | 5 comments


I wish the subtitles were available via this api. That would be super useful for a project I'm working on right now. There are a few other subtitle services out there with APIs but so far all either have a broken sign up process or have not sent me my API key after requesting one.


Yes I agree, if they ever do I'll update the gem.


Interesting use for the API:

    curl -s https://yts.re/api/list.json\?sort\=date\&rating\=7\&limit\=50 | jq '.MovieList[] | { title: .MovieTitle, imdb: .ImdbLink, rating: .MovieRating, torrent: .TorrentUrl }'


I'm unfamiliar with the 'jq' command, what does that do?





Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: