You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pull the most recent N articles from TorrentFreak's weekly Top 10 Most Pirated Movies from newsbeuter's RSS DB
# Count and sort by how many times each title made it into the list
# A great movie suggestion algorithm?
#
if!(($#));then
echo"Usage: $0 [last N weeks to pull]"
exit
fi
html2pdbtxt <(sqlite3 ~/t/cache.db <<<"SELECT content FROM rss_item WHERE feedurl = 'http://torrentfreak.com/category/dvdrip/feed/' ORDER BY pubDate DESC LIMIT $1;")| awk '