Ritiek Malhotra
b24802f815
Bump to v1.2.4
2020-01-10 15:52:53 +05:30
Ritiek Malhotra
851d88fdd8
Merge pull request #654 from ritiek/fix-genius-lyric-crash
...
Fix crash when lyrics not yet released on Genius
2020-01-10 02:17:40 -08:00
Ritiek Malhotra
4ee2b51550
Add a changelog entry for #654
2020-01-10 15:34:41 +05:30
Ritiek Malhotra
c73f55b8ce
Fix crash when lyrics not yet released on Genius
...
There are some tracks on Genius whose lyrics are yet to be released.
When the tool previously attempted to scrape such webpages, it
resulted in a crash.
The tool will now raise an exception; LyricNotFoundError when such a
track is encountered, which is then handled internally by the tool.
Example of one such track on Genius:
https://genius.com/The-federal-empire-good-man-lyrics
Fixes #647 .
2020-01-10 15:33:02 +05:30
Ritiek Malhotra
e47744f99c
Merge pull request #653 from ritiek/fix-keyerror
...
Fix KeyError when a track isn't found on Spotify
2020-01-10 01:26:05 -08:00
Ritiek Malhotra
5d185844d7
Add a changelog entry for #653
2020-01-10 14:54:36 +05:30
Ritiek Malhotra
7f587fe667
Fix KeyError when a track isn't found on Spotify
...
Ids only exist for Spotify URIs.
Regression caused by #568 . Fixes #649 .
2020-01-10 11:42:44 +05:30
Ritiek Malhotra
9cac8998f2
Merge pull request #641 from ritiek/release-v1.2.3
...
Bump version for v1.2.3 release
v1.2.3
2019-12-20 03:12:47 +05:30
Ritiek Malhotra
af4ccea206
Bump version for v1.2.3 release
...
Also removed "Beta status" from the classifier list in setup.py
2019-12-20 03:09:16 +05:30
Ritiek Malhotra
12b98c55cc
Merge pull request #638 from ritiek/fix-crash
...
Patch all Pafy versions till v0.5.5
2019-12-20 03:04:34 +05:30
Ritiek Malhotra
16f240d4e6
Add a changelog entry
...
For the commit ca1ab51 .
2019-12-20 02:59:05 +05:30
Ritiek Malhotra
ca1ab5118c
Patch all Pafy versions till v0.5.5
...
For some reason, the newer release v0.5.5 of Pafy still does not
contain the new methods that were supposed to be a part of the release.
With this commit, we change to also apply patches on v0.5.5.
Addresses #633 , #631 .
2019-12-17 12:58:51 +05:30
Ritiek Malhotra
03a8b50ab4
Merge pull request #568 from kadaliao/feat/keep-trackid-as-songname
...
feat: add file-format key to use track id as saved filename
2019-09-07 19:43:00 +05:30
Linus Groh
ff47523478
Merge branch 'master' into feat/keep-trackid-as-songname
2019-09-07 11:49:10 +01:00
Kada Liao
1348c138c9
docs: add changlog
2019-09-07 18:46:11 +08:00
Ritiek Malhotra
3b5adeb1b9
Merge pull request #600 from cclauss/patch-1
...
Travis CI: Remove sudo and dist lines
2019-08-25 11:04:41 +05:30
Ritiek Malhotra
1b4d4c747c
Merge pull request #597 from arthurlutz/patch-1
...
[spotdl] generate_m3u only takes track_file as argument
2019-08-25 11:03:01 +05:30
Christian Clauss
bfba7fd6e6
Travis CI: Remove sudo and dist lines
...
Sudo is deprecated in Travis and Xenial is the current default distro
2019-08-25 03:19:59 +02:00
Arthur Lutz
e4658825f7
[CHANGES] fixed changelog
2019-08-24 08:50:30 +02:00
Arthur Lutz
5242285637
[spotdl] generate_m3u only takes track_file as argument
...
Fixes #559
2019-08-23 12:34:29 +02:00
Ritiek Malhotra
cfbf97c028
Merge pull request #594 from Dsujan/#592_add_leading_zeros
...
Added leading zeros in track_number.Fixed issue #592
2019-08-01 22:27:19 +05:30
py-coder
0202c65110
Added leading zeros in track_number.Fixed issue #592
2019-08-01 10:17:24 +05:45
Ritiek Malhotra
d45655a2b7
Merge pull request #591 from ritiek/fix-docker-build
...
Fix missing packages with Docker build
2019-07-28 14:53:17 +05:30
Ritiek Malhotra
80bbf80090
Fix missing packages with Docker build
2019-07-28 14:41:03 +05:30
Kada Liao
94e29e7515
add key track_id for file-format parameter
2019-07-27 18:38:50 +08:00
Ritiek Malhotra
17600592a8
Merge pull request #585 from ritiek/refactor
...
Scrape lyrics from Genius and lyrics refactor
2019-07-25 12:05:25 +05:30
Ritiek Malhotra
34ea3ea91b
Mention about Genius lyric provider
2019-07-25 11:41:07 +05:30
Ritiek Malhotra
647a2089e0
Merge pull request #587 from ritiek/missing-changelog
...
Add changelog entry for #580
2019-07-24 13:33:52 +05:30
Ritiek Malhotra
568ddc52ab
Automatically retry randomly failed Travis jobs
2019-07-24 11:50:10 +05:30
Ritiek Malhotra
d9d92e5723
Add changelog entry for #580
2019-07-24 11:42:06 +05:30
Ritiek Malhotra
4f6cae9f80
Update CHANGES.md
2019-07-24 11:29:37 +05:30
Ritiek Malhotra
5bcacf01da
Fallback to LyricWikia if lyrics not found on Genius
2019-07-24 10:56:04 +05:30
Ritiek Malhotra
54a1564596
Merge pull request #580 from NightMachinary/master
...
Added --no-remove-original-file. Fixed a bug with ffmpeg accessing stdin.
2019-07-23 16:05:15 +05:30
Fereidoon Mehri
597828866b
Added --no-remove-original-file. Fixed bug with ffmpeg accessing stdin.
...
Fixed tests
2019-07-23 14:43:02 +04:30
Ritiek Malhotra
5134459554
Maybe stop calling pytest as module works?
2019-07-22 16:10:10 +05:30
Ritiek Malhotra
08566e02b5
Update command to run tests
2019-07-22 15:58:54 +05:30
Ritiek Malhotra
0d846cdcce
Scrape lyrics from Genius and lyrics refactor
2019-07-22 15:55:05 +05:30
Ritiek Malhotra
341af5bce9
Merge pull request #584 from ritiek/fix-tests
...
Fix tests
2019-07-22 11:07:40 +05:30
Ritiek Malhotra
69522331df
Fix tests
2019-07-20 21:49:25 +05:30
Ritiek Malhotra
5ca4317944
Merge pull request #558 from ritiek/pafy-prefer-secure-by-default
...
Pafy prefer secure HTTPS by default
v1.2.2
2019-06-05 23:36:11 +05:30
Ritiek Malhotra
f4cd70b603
Bump to v1.2.2
2019-06-03 14:18:31 +05:30
Ritiek Malhotra
b6c5c88550
Fix tests for now and rephrase comments for clarity
2019-06-03 14:15:35 +05:30
Ritiek Malhotra
9f1f361dcb
Add docs on what this is about
2019-06-03 14:15:23 +05:30
Ritiek Malhotra
fd74adb42f
Prefer secure HTTPS by default
2019-06-03 14:04:41 +05:30
Ritiek Malhotra
b808265c38
Merge pull request #540 from ritiek/release-v1.2.1
...
Bump to v1.2.1
v1.2.1
2019-04-28 17:09:33 +05:30
Ritiek Malhotra
21a1f1a150
Bump to v1.2.1
2019-04-28 17:05:44 +05:30
Ritiek Malhotra
951ae02e08
Merge pull request #539 from ritiek/patch-audiostream-urls
...
Patch bug in Pafy when fetching audiostreams with latest youtube-dl
2019-04-28 17:03:25 +05:30
Ritiek Malhotra
dfd48f75ce
Update CHANGES.md
2019-04-28 16:46:30 +05:30
Ritiek Malhotra
bb385a3bfd
Skip avconv tests as it is no longer provided in later distros
2019-04-28 15:31:43 +05:30
Ritiek Malhotra
a9477c7873
Fix tests
2019-04-28 15:26:18 +05:30