Commit Graph

68 Commits (54a6524cc37910ebc66e2c7040bc9da602f2d8c1)

Author SHA1 Message Date
Iheanyi Ekechukwu 54a6524cc3 Update code to take into consideration files that may not have HTTP, additionally, update gitignore. 2015-12-11 14:19:02 -06:00
Iheanyi Ekechukwu c12a8a35dc Add lxml dependency. 2015-12-11 14:02:06 -06:00
Iheanyi Ekechukwu 7b593bda74 Merge pull request #41 from leonaard/master
Remove junk from git history
2015-12-07 20:25:20 -06:00
Iheanyi Ekechukwu 4287cc869e Merge pull request #39 from vladdeSV/patch-1
Fix typo in README
2015-12-03 13:19:19 -06:00
Vladde 9660808373 Fix typo 2015-11-09 18:49:10 +01:00
Iheanyi Ekechukwu 6a0ba44862 Merge pull request #31 from forsenonlhaimaisentito/fixes-1
Minor fixes, especially the odd default basedir behaviour
2015-10-15 10:07:43 -04:00
forsenonlhaimaisentito f1a23fd185 Track number filename part is zero-padded for older players 2015-09-11 16:09:24 +02:00
forsenonlhaimaisentito 55d22a7741 Default basedir is user's cwd instead of script's directory 2015-09-11 14:26:36 +02:00
forsenonlhaimaisentito 05836498e4 Explicitly use the lxml parser to avoid BS warnings 2015-09-11 14:26:12 +02:00
forsenonlhaimaisentito 715d03bb4f Fixed typo in README.md 2015-09-11 14:25:49 +02:00
Iheanyi Ekechukwu 1c3c25c984 Merge pull request #21 from Schniz/master
Updated README.md
2014-12-02 11:15:15 -05:00
Gal Schlezinger 790982fa32 Updated README.md
Added installation process
2014-10-04 12:49:03 +03:00
Iheanyi Ekechukwu 94f3f17ba7 Merge pull request #16 from josefnpat/patch-1
Adding slugify deps to docs and changing mode bits
2014-09-11 20:29:34 -04:00
Seppi 36bac7554b Setting mode bits to better identify executables
Adding a+x to bandcamp-dl.py so it's identified as the main executable
Removing a-x to bandcamp-dl.py so it's recognized as a dep

Relates to #15
2014-08-07 19:10:21 -04:00
Seppi 5767fe4c27 Add slugify dep to README.md
Closes #15
2014-08-07 19:09:27 -04:00
Seppi e702fda691 Adding slugify to the requirements.txt 2014-08-07 19:02:52 -04:00
Iheanyi Ekechukwu f141c363d7 Merge pull request #14 from dgbc/slugify
slugify dependency added
2014-07-29 15:56:56 -05:00
Diego 17b8e85086 slugify dependency added 2014-07-29 17:52:09 -03:00
Iheanyi Ekechukwu 1e3159bd35 Merge pull request #12 from mtchllbrrn/master
Fix album art bug, typos
2014-07-07 20:16:20 -05:00
mtchllbrrn 1dcfc99957 Fix typos 2014-07-07 20:11:38 -05:00
mtchllbrrn f1d85f22c9 Fix typos 2014-07-07 20:10:47 -05:00
mtchllbrrn 6fffd4fce3 Fix typos
Just a couple small typos
2014-07-07 20:10:23 -05:00
mtchllbrrn cfb8c3effb Fix album art bug
Previously, script would hang on a Bandcamp without album art, as here:  http://yesmaam.bandcamp.com/album/stirrin-da-mudd

Fix properly handles such a case by displaying a message after encoding.
2014-07-07 20:07:39 -05:00
Iheanyi Ekechukwu 7b07e8086f Merge pull request #9 from JBKahn/master
adding unicode support for return and cleaning up imports and spaces
2014-06-26 08:40:57 -05:00
Joseph Kahn 320ba6bdea more minor changes 2014-06-08 00:14:56 -04:00
Joseph Kahn 27d6c416f9 accidentally put unicode twice 2014-06-07 23:09:31 -04:00
Joseph Kahn 7baa554d33 adding unicode support for return and cleaning up imports and spaces 2014-06-07 23:04:16 -04:00
Iheanyi Ekechukwu 11a2df78c7 Merge pull request #8 from bjesus/master
Support for albumart downloading and date tag
2014-06-03 21:00:48 -05:00
Yo'av Moshe 7ff9f4e259 get albumart 2014-06-02 11:51:38 +03:00
Yo'av Moshe d884e29af8 add date field to the ID3 tags 2014-06-02 11:51:27 +03:00
Iheanyi Ekechukwu 328bc85243 Merge pull request #7 from bjesus/master
Allow all characters for title, artist and album
2014-06-01 19:14:22 -05:00
Yo'av Moshe 20e6b557c5 Allowing all characters for title, artist and album
also removing duplication of the get_embed_string_block function
2014-06-01 01:40:15 +03:00
Iheanyi Ekechukwu 57404f5a37 Merge pull request #6 from bjesus/patch-1
wgetter is also a dependency
2014-05-31 15:35:44 -05:00
Yo'av Moshe 9fe934858d wgetter is also a dependency 2014-05-31 23:27:58 +03:00
Iheanyi Ekechukwu 629c5f87dd Update README.md 2014-05-22 10:25:39 -04:00
Iheanyi Ekechukwu d1ad104924 Merge pull request #5 from simonwjackson/master
Refactoring and some extra options
2014-05-22 10:24:43 -04:00
Simon W. Jackson 6d580629ca Update README.md 2014-05-21 19:06:33 +02:00
Simon W. Jackson 604dccdfb7 Merge branch 'hotfix/1'
* hotfix/1:
  Update README to current options
2014-05-21 15:40:50 +02:00
Simon W. Jackson cad963d055 Update README to current options 2014-05-21 15:40:19 +02:00
Simon W. Jackson 5cd095d880 closes #10
closes #9
closes #8
closes #7
closes #6
2014-05-21 15:28:55 +02:00
Simon W. Jackson 50851c1e40 Change README file to reflect current command options.
* README based on https://github.com/rg3/youtube-dl/blob/master/README.md

closes #4
2014-05-18 17:34:05 +02:00
Simon W. Jackson 4a5b5a3ca0 Add: Script now downloads cover art
closes simonwjackson/bandcamp-dl#1
2014-05-12 14:41:38 +02:00
Simon W. Jackson 79786bb717 Add: Download method now accepts a URL 2014-05-12 14:39:07 +02:00
Simon W. Jackson be7aabfc66 Removing unnessicary 2014-05-12 14:38:08 +02:00
Simon W. Jackson 3f12a22dfa Typo in doctype description 2014-05-12 14:37:35 +02:00
Simon W. Jackson d80d5d4373 Command line utility is now separate
requires docopt for command line argument parsing
2014-05-12 13:59:34 +02:00
Simon W. Jackson 1a80306f7f Moved functions into a new Bandcamp class 2014-05-12 12:40:05 +02:00
Simon W. Jackson 7e0fd439dc Separated download progress indicator from download method 2014-05-12 10:54:15 +02:00
Simon W. Jackson df590ef1fb Major refactor
* Moved code blocks into functions for better modularity
2014-05-11 19:25:29 +02:00
Simon W. Jackson ee9e1502f2 Removed unessicary 2014-05-11 19:23:58 +02:00