« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/crawl-http.js
AgeCommit message (Collapse)Author
2018-02-12Make it reasonable to have crawl-http save to a file while verbosely loggingFlorrie
2018-01-27Make crawl-http go through one directory at a timeFlorrie
Hopefully this makes the tool, like, less of an unintentional denial-of-service.
2018-01-27Various improvements to crawl-httpFlorrie
Names are now trimmed. You shouldn't see " Vim!" anymore - just "Vim!". .MOD files are considered to be music. The crawler will try to avoid going out of whatever directory was passed to it.
2018-01-05Support mpga in crawl-httpFlorrie
2017-10-27Add simple setup wizard (http-music setup)Florrie
..and create/update related man pages. Try it!
2017-08-04Crawl-http noteFlorrie
2017-08-04Merge branch 'master' of https://github.com/liam4/http-musicFlorrie
2017-08-04Remove a (hopefully???) unnecessary 'let'Florrie
2017-08-03Kill '/' when at the end of a link name in crawl-httpFlorrie
2017-08-03Merge branch 'master' of https://github.com/liam4/http-musicFlorrie
2017-08-03Fix HTTP crawler outputting {..., items: {items: [...]}}Florrie
2017-08-01Smart playlistsliam4
2017-07-20YouTube playlist downloaderliam4
2017-07-20Update JS to have one main http-music commandliam4
2017-07-15Update HTTP crawler to use Playlist 2.0 formatLiam
2017-06-21Various updates.. maybe finished??liam4
2017-06-21Various updates to HTTP crawlerliam4
2017-06-16Make max crawl-http download attempts settable by userLiam
2017-06-04Make http-crawl work betterliam4
Before this URL wouldn't work: http://billwurtz.com/exerpt.html
2017-06-04Local downloaderliam4