5 comments

[ 4.8 ms ] story [ 25.5 ms ] thread
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 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.