Add MangaHub (#4404)
This commit is contained in:
		
							parent
							
								
									8c4ee90ccc
								
							
						
					
					
						commit
						3030e0c74f
					
				
							
								
								
									
										10
									
								
								src/ar/mangahub/build.gradle
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/ar/mangahub/build.gradle
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | ||||
| ext { | ||||
|     extName = 'MangaHub' | ||||
|     extClass = '.MangaHub' | ||||
|     themePkg = 'zeistmanga' | ||||
|     baseUrl = 'https://www.mangahub.link' | ||||
|     overrideVersionCode = 0 | ||||
|     isNsfw = true | ||||
| } | ||||
| 
 | ||||
| apply from: "$rootDir/common.gradle" | ||||
							
								
								
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-hdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-hdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 3.9 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-mdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-mdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 2.2 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-xhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-xhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 5.3 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-xxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-xxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 9.4 KiB | 
							
								
								
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-xxxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/ar/mangahub/res/mipmap-xxxhdpi/ic_launcher.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 13 KiB | 
| @ -0,0 +1,23 @@ | ||||
| package eu.kanade.tachiyomi.extension.ar.mangahub | ||||
| 
 | ||||
| import eu.kanade.tachiyomi.multisrc.zeistmanga.ZeistManga | ||||
| import eu.kanade.tachiyomi.network.interceptor.rateLimit | ||||
| 
 | ||||
| class MangaHub : ZeistManga( | ||||
|     "MangaHub", | ||||
|     "https://www.mangahub.link", | ||||
|     "ar", | ||||
| ) { | ||||
|     override val client = super.client.newBuilder() | ||||
|         .rateLimit(3) | ||||
|         .build() | ||||
| 
 | ||||
|     override val popularMangaSelector = "div#PopularPosts2 article" | ||||
|     override val popularMangaSelectorTitle = "h3" | ||||
|     override val popularMangaSelectorUrl = "a" | ||||
| 
 | ||||
|     override val mangaDetailsSelector = ".grid.gap-5.gta-series" | ||||
|     override val mangaDetailsSelectorGenres = "dt:contains(التصنيف) + dd a[rel=tag]" | ||||
| 
 | ||||
|     override val pageListSelector = "article#reader .separator, div.image-container" | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Chopper
						Chopper