Commit graph

199 commits

Author SHA1 Message Date
Kepoor Hampond fa64378c2b Once more? 2017-06-10 18:43:42 -07:00
Kepoor Hampond 5d2537b236 Try it again 2017-06-10 18:40:11 -07:00
Kepoor Hampond c2b0573040 Better option 2017-06-10 18:33:32 -07:00
Kepoor Hampond f01fd21ef9 Apparently it was just some wierd apostrophe in a unicode format 2017-06-10 18:28:26 -07:00
Kepoor Hampond 573bc7c656 Merge pull request #28 from kepoorhampond/random-unicode-character-errors
fixed random unicode character error and removed the need to install ffmpeg.
2017-06-10 18:16:43 -07:00
Kepoor Hampond 18d12f54e3 I hate getting stuff to work locally and remotely. A LOT. 2017-06-10 18:11:00 -07:00
Kepoor Hampond 58eef229e1 I hate getting stuff to work locally and remotely 2017-06-10 18:08:02 -07:00
Kepoor Hampond 70e8af6a60 Travis isn't working while my computer is 2017-06-10 17:52:56 -07:00
Kepoor Hampond 12a9231abc Forgot to comment a different line 2017-06-10 17:42:05 -07:00
Kepoor Hampond 153de2475d Forgot to uncomment lines 2017-06-10 17:39:15 -07:00
Kepoor Hampond d1c7c49f71 Python 3 compatability 2017-06-10 17:37:16 -07:00
Kepoor Hampond af9331efd3 Travis dependencies 2017-06-10 12:31:15 -07:00
Kepoor Hampond 4243b1e41d Install ydl-binaries 2017-06-10 12:21:17 -07:00
Kepoor Hampond 8e6f76c312 Now automatically downloads youtube-dl, ffmpeg, and ffprobe binaries 2017-06-10 12:16:51 -07:00
Kepoor Hampond 48ad9ac19e fix travis, for the love of god 2017-06-09 17:05:06 -07:00
Kepoor Hampond acf746aca7 travis can't find ffprobe 2017-06-09 16:47:51 -07:00
Kepoor Hampond 10334d8e19 added to README and hopefully fixed the authorization bug. 2017-06-09 16:33:48 -07:00
Kepoor Hampond 40ae6b3561 more python 3.x compatability 2017-06-05 19:53:53 -07:00
Kepoor Hampond fa35d224ac travis ci patch/fix 2017-06-05 19:48:57 -07:00
Kepoor Hampond 73c7f9676a python 3 compatibility 2017-06-05 19:37:16 -07:00
Kepoor Hampond db850af7c1 fixed it 2017-06-05 19:30:23 -07:00
Kepoor Hampond de425ea27b Merge pull request #27 from kepoorhampond/osrename-to-shutilmove
Changed `os.rename` to `shutil.move`
2017-05-19 08:25:52 -07:00
kepoorhampond f711801d9d did it 2017-05-19 13:59:26 +00:00
Kepoor Hampond 2f4c707711 updated pypi 2017-05-12 16:37:21 -07:00
Kepoor Hampond f10f1ef36b Merge pull request #25 from kepoorhampond/better-alias-rerouting
Better alias rerouting
2017-05-12 16:35:52 -07:00
Kepoor Hampond 94090621c2 better argument rerouting in the aliases for album and playlist 2017-05-12 16:35:02 -07:00
Kepoor Hampond 2230621e86 Updated pypi 2017-05-06 22:42:06 -07:00
Kepoor Hampond 630800fded Merge pull request #24 from kepoorhampond/custom-text
Added custom hook text support
2017-05-06 22:41:29 -07:00
Kepoor Hampond 12d351f74f Added custom hook text support 2017-05-06 22:37:06 -07:00
Kepoor Hampond cb04a697d9 Merge pull request #23 from kepoorhampond/find-yt-link-twice
Fixed annoying bug where it prints Finding Youtube link ... twice
2017-05-04 21:43:19 -07:00
Kepoor Hampond 386abf62d0 Fixed annoying bug where it prints Finding Youtube link ... twice 2017-05-04 21:35:43 -07:00
Kepoor Hampond 5a2bc55e90 Updated README.md 2017-05-01 22:45:10 -07:00
Kepoor Hampond ec369a8421 Updated README.md 2017-05-01 22:44:14 -07:00
Kepoor Hampond e627d8cfca Updated version on pypi 2017-04-30 12:34:55 -07:00
Kepoor Hampond b4272c2405 Updated version on pypi 2017-04-30 12:11:24 -07:00
Kepoor Hampond e3dfba8180 Merge pull request #21 from kepoorhampond/issue-20
Fix issue #20
2017-04-30 12:07:41 -07:00
Kepoor Hampond 248b272c4b Forgot to finish except loop 2017-04-30 12:02:47 -07:00
Kepoor Hampond 350f2c6b55 Version error with python 2 and 3 causing issue #20 2017-04-30 11:46:15 -07:00
Kepoor Hampond 92b2de0716 updated travis.yml 2017-04-30 11:12:51 -07:00
Kepoor Hampond 7d34d52d8c testing on issue #20 2017-04-30 11:04:21 -07:00
Kepoor Hampond 11d5cd340a testing with python 3.6 2017-04-30 10:59:38 -07:00
Kepoor Hampond 33f6c1cc38 Removed partially downloaded tmp file 2017-04-23 11:22:19 -07:00
Kepoor Hampond 6ce2a50247 Forgot to update on pypi 2017-04-21 19:16:50 -07:00
Kepoor Hampond ce0d815d4c Mispelling of parse_artist in ripper.py for -a + -A 2017-04-21 19:15:56 -07:00
Kepoor Hampond cca726a1bf Fixed unpacking bug in post processing and wrong import in the CLI 2017-04-15 17:45:24 -07:00
Kepoor Hampond 7aed3442f3 Removed previous organization-type naming in metadata parsing of albums 2017-04-14 22:25:13 -07:00
Kepoor Hampond dffb10b3ce Merge pull request #19 from kepoorhampond/pep8-guidelines
Support for pep8 guidelines and more organization in the mess that is the `utils.py` file.
2017-04-14 22:21:25 -07:00
Kepoor Hampond 79a9733fe7 Decorator for staticmethods in utils.py 2017-04-13 21:47:04 -07:00
Kepoor Hampond 09a839aeab Follows pep8 guides with more organization 2017-04-13 21:40:27 -07:00
Kepoor Hampond 04909589cf Merge pull request #18 from kepoorhampond/artist-and-album
Added feature to use the -a flag with -A
2017-04-11 19:26:28 -07:00