Skip to content

Commit 11b2c9d

Browse files
author
NullPointerException
committed
v4.9.0
1 parent 7fa2168 commit 11b2c9d

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

PipePipeExtractor

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
After some work, we found a new reliable method to get YouTube login working again.
2+
3+
### New Features
4+
5+
- Re-support login(YouTube)
6+
- Use new method to make sure titles never get auto-translated (YouTube)
7+
8+
### Bug Fixes
9+
10+
- Randomly "Content Unavailable" error due to SABR encryption (YouTube)
11+
- Related Items have no view counts and duration (YouTube)
12+
- Increase feed fetch interval to avoid ip ban (BiliBili)
13+
- Some links are wrongly recognized as PeerTube URL
14+
15+
### Others
16+
17+
- Update translations (French)
18+
- Improve stability

release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cd PipePipeClient
22
git pull
3-
git push git@codeberg.org:NullPointerException/PipePipeClient-legacy.git
3+
git push git@codeberg.org:NullPointerException/PipePipeClient.git
44
cd ../PipePipeExtractor
55
git pull
6-
git push git@codeberg.org:NullPointerException/PipePipeExtractor-legacy.git
6+
git push git@codeberg.org:NullPointerException/PipePipeExtractor.git
77
cd ..
88
if [ -n "$1" ]; then
99
vim fastlane/metadata/android/en-US/changelogs/$1.txt

0 commit comments

Comments
 (0)