forked from j62/ctbrec
1
0
Fork 0

Merge branch 'master' into dev

This commit is contained in:
0xboobface 2019-04-20 16:06:17 +02:00
commit 33c4468d1b
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
1.21.0
1.21.1
========================
* Added support for Flirt4Free
* Live previews don't work

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>1.21.0</version>
<version>1.21.1</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>1.21.0</version>
<version>1.21.1</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -70,7 +70,7 @@ public abstract class AbstractHlsDownload implements Download {
try(Response response = client.execute(request)) {
if(response.isSuccessful()) {
String body = response.body().string();
if(!body.contains("#EXT-X-STREAM-INF")) {
if(!body.contains("#EXTINF")) {
// no segments, empty playlist
return new SegmentPlaylist(segmentsURL);
}

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>1.21.0</version>
<version>1.21.1</version>
<modules>
<module>../common</module>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>1.21.0</version>
<version>1.21.1</version>
<relativePath>../master</relativePath>
</parent>