дзеркало
https://github.com/KokaKiwi/BarInsta
синхронізовано 2026-04-03 01:21:37 +00:00
fix #126
Цей коміт міститься в:
джерело
f1902e82e6
коміт
616ee86c5e
1 змінених файлів з 1 додано та 2 видалено
|
|
@ -180,7 +180,6 @@ public final class Utils {
|
|||
if (clipString.contains("instagram.com/")) {
|
||||
clipString = clipString.substring((isHttps ? 22 : 21) + wwwDel);
|
||||
|
||||
final char firstChar = clipString.charAt(0);
|
||||
if (clipString.startsWith("p/") || clipString.startsWith("reel/") || clipString.startsWith("tv/")) {
|
||||
clipString = clipString.substring(clipString.startsWith("p/") ? 2 : (clipString.startsWith("tv/") ? 3 : 5));
|
||||
type = IntentModelType.POST;
|
||||
|
|
@ -188,7 +187,7 @@ public final class Utils {
|
|||
clipString = clipString.substring(13);
|
||||
type = IntentModelType.HASHTAG;
|
||||
} else if (clipString.startsWith("explore/locations/")) {
|
||||
clipString = clipString.substring(18);
|
||||
clipString = clipString.substring(18); // <- to fix
|
||||
type = IntentModelType.LOCATION;
|
||||
} else if (clipString.startsWith("_u/")) { // usually exists in embeds
|
||||
clipString = clipString.substring(3);
|
||||
|
|
|
|||
Завантаження…
Додати таблицю
Додати посилання
Послатися в новій задачі