Skip to content

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coslyk committed Nov 6, 2018
1 parent 0f775eb commit 4ae928a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
MoonPlayer is an interesting player that lets you to enjoy videos. It can play the video online, download it or just open the local videos.

***
Latest version: v2.0 [Download](https://github.com/coslyk/moonplayer/wiki/Download)
Latest version: v2.1 [Download](https://github.com/coslyk/moonplayer/wiki/Download)

Last update: 2018.10.06
Last update: 2018.11.06

* [Browser extension](https://github.com/coslyk/moonplayer/wiki/BrowserExtension)
* [Update log](https://github.com/coslyk/moonplayer/blob/master/src/debian/changelog)
Expand Down
2 changes: 1 addition & 1 deletion src/Version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
200
210
7 changes: 7 additions & 0 deletions src/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
moonplayer (2.1-1~cosmic) cosmic; urgency=medium

* Able to get danmaku from ykdl
* Better error output

-- YK Liu <[email protected]> Sun, 04 Nov 2018 19:10:12 +0100

moonplayer (2.0-1~bionic) bionic; urgency=medium

* Add: Unblock Chinese websites from oversea
Expand Down
2 changes: 1 addition & 1 deletion src/yougetbridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void YouGetBridge::runParser(const QString &url)
else if (Settings::proxyType == "socks5" && !Settings::proxy.isEmpty())
args << "--socks-proxy" << (Settings::proxy + ':' + QString::number(Settings::port));

args << "-t" << "15" << "--json" << url;
args << "-t" << "15" << "--debug" << "--json" << url;
process->start("/usr/bin/env", args, QProcess::ReadOnly);
}

Expand Down

0 comments on commit 4ae928a

Please sign in to comment.