mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-10-28 12:03:45 +01:00 
			
		
		
		
	Make fixed APK URL support (HTML) default (#1101)
This commit is contained in:
		| @@ -95,7 +95,10 @@ class HTML extends AppSource { | ||||
|             label: tr('sortByFileNamesNotLinks')) | ||||
|       ], | ||||
|       [GeneratedFormSwitch('reverseSort', label: tr('reverseSort'))], | ||||
|       [GeneratedFormSwitch('fixedAPKURL', label: tr('fixedAPKURL'))], | ||||
|       [ | ||||
|         GeneratedFormSwitch('supportFixedAPKURL', | ||||
|             defaultValue: true, label: tr('supportFixedAPKURL')), | ||||
|       ], | ||||
|       [ | ||||
|         GeneratedFormTextField('customLinkFilterRegex', | ||||
|             label: tr('customLinkFilterRegex'), | ||||
| @@ -225,7 +228,7 @@ class HTML extends AppSource { | ||||
|       } | ||||
|       var rel = links.last; | ||||
|       String? version; | ||||
|       if (additionalSettings['fixedAPKURL'] != true) { | ||||
|       if (additionalSettings['supportFixedAPKURL'] != true) { | ||||
|         version = rel.hashCode.toString(); | ||||
|       } | ||||
|       var versionExtractionRegEx = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user