Skip to content

Commit

Permalink
Version 2017.01.29
Browse files Browse the repository at this point in the history
  • Loading branch information
joelamos committed Jan 29, 2017
1 parent 7e09772 commit f395549
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.joechristophel.sourceradio</groupId>
<artifactId>sourceradio</artifactId>
<version>2017.01.28</version>
<version>2017.01.29</version>
<packaging>jar</packaging>

<name>SourceRadio</name>
Expand Down
1 change: 0 additions & 1 deletion src/com/joelchristophel/sourceradio/Song.java
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ public Song copy(Player requester) {
static void downloadYoutubedl(String downloadDirectory) {
try {
String version = Playlist.getLatestVersion("rg3", "youtube-dl");
System.out.println(version);
URL website = new URL("https://github.com/rg3/youtube-dl/releases/download/" + version + "/youtube-dl.exe");
ReadableByteChannel rbc = Channels.newChannel(website.openStream());
FileOutputStream fos = new FileOutputStream((downloadDirectory + "/youtube-dl.exe").replace("//", "/"));
Expand Down

0 comments on commit f395549

Please sign in to comment.