pgdl: simply download a video (or a file) from a webpage and xdg-open it.

[ network, program, public-domain ] [ Propose Tags ]

a terminal user interface program downloads video (or a file) from nginx file index page and xdg-open it. (Linux: xdg-open "video.mp4", MACOSX: open "video.mp4")

Client: Only for Linux and MACOSX. Server: Only for nginx's file download page.

The program will sort the files and folders by date while files in nginx's download page just sort by name.

For shortcut keys, please visit https://github.com/sifmelcara/pgdl or press h in the program.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.3, 7.4, 7.5, 7.6, 7.77, 8.0, 8.1, 8.2, 8.3, 8.4, 8.5, 9.0, 9.1, 9.2, 9.3, 10.0, 10.2, 10.3, 10.4, 10.5, 10.6, 10.7, 10.8, 10.9, 10.10 (info)
Dependencies array, base (>=4 && <5), bytestring, Cabal, configurator (>=0.3.0.0), directory, filepath, HTTP, http-conduit (<3.0.0), network-uri, process, tagsoup, text, vty, vty-ui (>=1.9) [details]
License LicenseRef-PublicDomain
Author sifmelcara
Maintainer sifmelcara
Category Network
Source repo head: git clone https://github.com/sifmelcara/pgdl
Uploaded by sifmelcara at 2015-12-01T07:25:23Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables pgdl
Downloads 21472 total (73 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-29 [all 2 reports]

Readme for pgdl-8.4

[back to package description]

pgdl

a terminal user interface program that downloads a video (or a file) from webpage and xdg-open it immediately. (Linux: xdg-open "video.mp4", MACOSX: open "video.mp4")

Client: Only for Linux and MACOSX. Server: Only for nginx's file download page.

The program will sort files and folders by date while files in nginx's download page just sort by name.

Installing

cabal update  
cabal install pgdl

If there is an error occured when installing vty-ui, you may need

cabal install vty-ui -f no-tests 

to skip build of testing executable.

Shortcut keys

q - quit
s - list files that similar with the highlighted file Key Right - show the detailed information of the highlighted file Key Left - go back to the previous page
Enter - xdg-open the file
/ - open a input box to enter a keyword to search
n - sort the current list by name
v - show the filess already in the disk
u - show the filess not in the disk
h - shortcut keys' help page