Commit 6fc2b51
committed
feat: enhance YouTube service error handling and improve URL signature processing
1 parent 1925c0f commit 6fc2b51
3 files changed
Lines changed: 12 additions & 7 deletions
File tree
- app/src/main/java/com/maxrave/simpmusic/service
- kotlinYtmusicScraper/src/main/java/com/maxrave/kotlinytmusicscraper
Submodule MediaServiceCore updated 14 files
- SharedModules+1-1
- youtubeapi/src/main/java/com/liskovsoft/googlecommon/common/helpers/YouTubeHelper.java+19-3
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/app/models/cached/AppInfoCached.java+1-1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/app/models/cached/ClientDataCached.java+1-1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/app/models/cached/PlayerDataCached.java+1-1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/app/playerdata/NSigData.kt+1-1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/app/potokencloud/PoTokenResponse.kt+1-1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/channelgroups/models/ItemGroupImpl.kt+1-1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/channelgroups/models/ItemImpl.kt+1-1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/common/helpers/AppClient.kt+4-4
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/common/helpers/AppConstants.kt+1
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/common/models/gen/CommonHelper.kt-3
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/common/models/impl/mediagroup/BaseMediaGroup.kt+7-2
- youtubeapi/src/main/java/com/liskovsoft/youtubeapi/service/data/YouTubeMediaItemFormatInfo.java+1-1
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
845 | 846 | | |
846 | 847 | | |
847 | 848 | | |
| 849 | + | |
848 | 850 | | |
849 | 851 | | |
850 | 852 | | |
| |||
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
1239 | 1240 | | |
1240 | 1241 | | |
1241 | 1242 | | |
1242 | | - | |
1243 | | - | |
| 1243 | + | |
| 1244 | + | |
1244 | 1245 | | |
1245 | 1246 | | |
1246 | 1247 | | |
| |||
1315 | 1316 | | |
1316 | 1317 | | |
1317 | 1318 | | |
1318 | | - | |
| 1319 | + | |
1319 | 1320 | | |
1320 | 1321 | | |
1321 | 1322 | | |
| |||
1327 | 1328 | | |
1328 | 1329 | | |
1329 | 1330 | | |
1330 | | - | |
| 1331 | + | |
| 1332 | + | |
1331 | 1333 | | |
1332 | 1334 | | |
1333 | 1335 | | |
| |||
1378 | 1380 | | |
1379 | 1381 | | |
1380 | 1382 | | |
1381 | | - | |
| 1383 | + | |
| 1384 | + | |
1382 | 1385 | | |
1383 | 1386 | | |
1384 | 1387 | | |
| |||
1396 | 1399 | | |
1397 | 1400 | | |
1398 | 1401 | | |
1399 | | - | |
| 1402 | + | |
1400 | 1403 | | |
1401 | 1404 | | |
1402 | 1405 | | |
| |||
0 commit comments