mirror of
				https://github.com/ImranR98/Obtainium.git
				synced 2025-11-04 07:13:28 +01:00 
			
		
		
		
	APKPure, SourceHut, Bugfixes
This commit is contained in:
		@@ -78,7 +78,7 @@ class NeutronCode extends AppSource {
 | 
			
		||||
    String standardUrl,
 | 
			
		||||
    Map<String, dynamic> additionalSettings,
 | 
			
		||||
  ) async {
 | 
			
		||||
    Response res = await get(Uri.parse(standardUrl));
 | 
			
		||||
    Response res = await sourceRequest(standardUrl);
 | 
			
		||||
    if (res.statusCode == 200) {
 | 
			
		||||
      var http = parse(res.body);
 | 
			
		||||
      var name = http.querySelector('.pd-title')?.innerHtml;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user