1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-07 21:16:57 +00:00

Merge branch 'master' into dev

This commit is contained in:
Stypox 2024-07-25 21:20:44 +02:00
commit 51ee2f8d1e
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
30 changed files with 56 additions and 11 deletions

View File

@ -20,8 +20,8 @@ android {
resValue "string", "app_name", "NewPipe"
minSdk 21
targetSdk 33
versionCode 998
versionName "0.27.1"
versionCode 999
versionName "0.27.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -198,7 +198,7 @@ dependencies {
// name and the commit hash with the commit hash of the (pushed) commit you want to test
// This works thanks to JitPack: https://jitpack.io/
implementation 'com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.1'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.24.2'
implementation 'com.github.TeamNewPipe:NoNonsense-FilePicker:5.0.0'
/** Checkstyle **/

View File

@ -7,6 +7,7 @@
-keep class org.schabi.newpipe.extractor.timeago.patterns.** { *; }
-keep class org.mozilla.javascript.** { *; }
-keep class org.mozilla.classfile.ClassFileWriter
-dontwarn org.mozilla.javascript.JavaToJSONConverters
-dontwarn org.mozilla.javascript.tools.**
## Rules for ExoPlayer

View File

@ -27,8 +27,6 @@ import org.schabi.newpipe.databinding.ActivityRecaptchaBinding;
import org.schabi.newpipe.extractor.utils.Utils;
import org.schabi.newpipe.util.ThemeHelper;
import java.io.UnsupportedEncodingException;
/*
* Created by beneth <bmauduit@beneth.fr> on 06.12.16.
*
@ -190,11 +188,10 @@ public class ReCaptchaActivity extends AppCompatActivity {
String abuseCookie = url.substring(abuseStart + 13, abuseEnd);
abuseCookie = Utils.decodeUrlUtf8(abuseCookie);
handleCookies(abuseCookie);
} catch (UnsupportedEncodingException | StringIndexOutOfBoundsException e) {
} catch (IllegalArgumentException | StringIndexOutOfBoundsException e) {
if (MainActivity.DEBUG) {
e.printStackTrace();
Log.d(TAG, "handleCookiesFromUrl: invalid google abuse starting at "
+ abuseStart + " and ending at " + abuseEnd + " for url " + url);
Log.e(TAG, "handleCookiesFromUrl: invalid google abuse starting at "
+ abuseStart + " and ending at " + abuseEnd + " for url " + url, e);
}
}
}

View File

@ -30,7 +30,6 @@ import org.schabi.newpipe.util.FilePickerActivityHelper;
import java.io.File;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URI;
public class DownloadSettingsFragment extends BasePreferenceFragment {
@ -125,7 +124,7 @@ public class DownloadSettingsFragment extends BasePreferenceFragment {
try {
rawUri = decodeUrlUtf8(rawUri);
} catch (final UnsupportedEncodingException e) {
} catch (final IllegalArgumentException e) {
// nothing to do
}

View File

@ -0,0 +1 @@
تم إصلاح YouTube الذي لا يقوم بتشغيل أي دفق

View File

@ -0,0 +1 @@
YouTube-un heç bir yayım oynatmaması düzəldildi

View File

@ -0,0 +1 @@
Opraveno nepřehrávání jakéhokoli streamu ve službě YouTube

View File

@ -0,0 +1 @@
Behoben, dass YouTube keinen Stream abspielte

View File

@ -0,0 +1,12 @@
This hotfix release fixes HTTP 403 errors in the middle of YouTube videos.
New
• [SoundCloud] Add support for on.soundcloud.com URLs
Improved
• [Bandcamp] Show additional info in radio kiosk
Fixed
• [YouTube] Fix occasional HTTP 403 errors at the beginning or in the middle of videos
• [YouTube] Extract avatar and banner from more channel header types
• [Bandcamp] Fix various bugs and always use HTTPS

View File

@ -0,0 +1 @@
Arreglo en YouTube no reproduciendo flujos

View File

@ -0,0 +1 @@
مشکل عدم نمایش پخش‌زنده برطرف شد

View File

@ -0,0 +1 @@
Correction de YouTube qui ne lisait aucun média

View File

@ -0,0 +1 @@
תוקנה התקלה ש־YouTube לא מנגן אף תזרים

View File

@ -0,0 +1 @@
फिक्स्ड YouTube कोई स्ट्रीम नहीं चला रहा है

View File

@ -0,0 +1 @@
Memperbaiki YouTube yang tidak memutar streaming apa pun

View File

@ -0,0 +1,12 @@
Questo aggiornamento hotfix risolve gli errori HTTP 403 nel mezzo dei video di YouTube.
Novità
• [SoundCloud] Aggiunto il supporto per gli URL on.soundcloud.com
Migliorie
• [Bandcamp] Mostra informazioni aggiuntive nel chiosco della radio
Correzioni
• [YouTube] Corretti errori HTTP 403 occasionali all'inizio o nel mezzo dei video
• [YouTube] Estrazione avatar e banner da più tipi di canali
• [Bandcamp] Risolti vari bug e forzato l'uso di HTTPS

View File

@ -0,0 +1 @@
გაასწორა YouTube არ უკრავს არცერთ ნაკადს

View File

@ -0,0 +1 @@
YouTube speelt geen stream af opgelost

View File

@ -0,0 +1 @@
ਸਥਿਰ YouTube ਕੋਈ ਸਟ੍ਰੀਮ ਨਹੀਂ ਚਲਾ ਰਿਹਾ

View File

@ -0,0 +1 @@
Corrigido YouTube não reproduzir qualquer transmissão

View File

@ -0,0 +1 @@
Corrigido YouTube não reproduzir nenhuma transmissão

View File

@ -0,0 +1 @@
Corrigido YouTube não reproduzir nenhuma transmissão

View File

@ -0,0 +1 @@
Исправлено: YouTube не воспроизводил никакие потоки

View File

@ -0,0 +1 @@
Åtgärdat att YouTube inte spelar någon stream

View File

@ -0,0 +1 @@
YouTube'un herhangi bir akışı oynatmaması düzeltildi

View File

@ -0,0 +1 @@
Виправлено проблему невідтворюваності трансляцій

View File

@ -0,0 +1 @@
Đã sửa lỗi YouTube không phát bất kỳ luồng nào

View File

@ -0,0 +1 @@
修复YouTube无法播放任何视频

View File

@ -0,0 +1 @@
修正 YouTube 無法播放任何串流

View File

@ -0,0 +1 @@
修正咗 YouTube 乜嘢實況串流都播唔到嘅問題