wget, Ruby on Rails, AngularJS and Google
View the Project on GitHub riencroonenborghs/opendirectories
... is a bunch of tools to help facilitate search and acquisition of data.
... through a Chrome Extension or a Firefox Add-on.
The Chrome Extension has more features. The Add-on search is pretty basic, but gets the job done.
chrome://extensions
Developer mode
(top right)
Load unpacked extension...
(top left)
Select
about:addons
Install Add-on From File...
Open
... through a Chrome Extension and a Rails 4 App. It handles regular URLs, BBC iPlayer videos and Youtube videos.
Install the Extension like above. Somewhere in the sources there's a SERVER
and PORT
constant. Change it to your needs. There's a build.sh
to help you out afterwards.
Deploy the Rails 4 App like any other app. The Rails 4 App requires both get_iplayer and youtube-dl to do the heavy lifting. Resque does the queue handling.
Two scripts that are basically a wrapper around wget
and get_iplayer
.