Skip to content

Commit 07111d8

Browse files
authored
Merge pull request #9869 from TeamNewPipe/release-0.25.1
Release v0.25.1 (993)
2 parents 831f36e + ec974a2 commit 07111d8

File tree

285 files changed

+4514
-1099
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

285 files changed

+4514
-1099
lines changed

app/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
resValue "string", "app_name", "NewPipe"
2121
minSdk 21
2222
targetSdk 33
23-
versionCode 992
24-
versionName "0.25.0"
23+
versionCode 993
24+
versionName "0.25.1"
2525

2626
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2727

@@ -106,7 +106,7 @@ ext {
106106
androidxWorkVersion = '2.7.1'
107107

108108
icepickVersion = '3.2.0'
109-
exoPlayerVersion = '2.18.1'
109+
exoPlayerVersion = '2.18.5'
110110
googleAutoServiceVersion = '1.0.1'
111111
groupieVersion = '2.10.1'
112112
markwonVersion = '4.6.2'
@@ -191,7 +191,7 @@ dependencies {
191191
// name and the commit hash with the commit hash of the (pushed) commit you want to test
192192
// This works thanks to JitPack: https://jitpack.io/
193193
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
194-
implementation 'com.github.TeamNewPipe:NewPipeExtractor:7e793c11aec46358ccbfd8bcfcf521105f4f093a'
194+
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.22.6'
195195
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
196196

197197
/** Checkstyle **/

app/sampledata/channels.json

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"data": [
3+
{
4+
"name": "BBC",
5+
"additional": "12K subscribers•233 videos",
6+
"description": "The BBC is the world’s leading public service broadcaster. We’re impartial and independent, and every day we create distinctive, world-class programmes and content which inform, educate and entertain millions of people in the UK and around the world. SUBSCRIBE to our YouTube channel to get the best of BBC entertainment and comedy programmes, stories from science and nature documentaries, and much more! https://bit.ly/2IXqEIn Get ALL your fresh TV, and sofa-hugging box sets on iPlayer https://bbc.in/2J18jYJ"
7+
},
8+
{
9+
"name": "Linus Tech Tips",
10+
"additional": "1M subscribers•233 videos",
11+
"description": "Looking for a Tech YouTuber?\n\nLinus Tech Tips is a passionate team of \"professionally curious\" experts in consumer technology and video production which aims to inform and educate people of all ages through our entertaining videos. We create product reviews, step-by-step computer build guides, and a variety of other tech-focused content.\n\nSchedule:\nNew videos every Saturday to Thursday @ 10:00am Pacific\nLive WAN Show podcasts every Friday @ ~5:00pm Pacific"
12+
},
13+
{
14+
"name": "Marques Brownlee",
15+
"additional": "13 subscribers•12K videos",
16+
"description": "MKBHD: Quality Tech Videos | YouTuber | Geek | Consumer Electronics | Tech Head | Internet Personality!\n\n[email protected]\n\nNYC"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)