镜像自地址
				https://github.com/karl0ss/GoGoDownloader.git
				已同步 2025-10-31 22:54:25 +00:00 
			
		
		
		
	Add better last episode checker
这个提交包含在:
		
							父节点
							
								
									02f275e13a
								
							
						
					
					
						当前提交
						7a382de2f6
					
				| @ -50,7 +50,7 @@ def gogodownloader(config): | ||||
|                 if res.status_code == 200: | ||||
|                     soup = BeautifulSoup(res.content, "html.parser") | ||||
|                     all_episodes = soup.find("ul", {"id": "episode_page"}) | ||||
|                     all_episodes = int(all_episodes.get_text().split("-")[-1].strip()) | ||||
|                     all_episodes = int(list(filter(None, "-".join(all_episodes.get_text().splitlines()).split("-")))[-1].strip()) | ||||
|                     break | ||||
|                 else: | ||||
|                     print(f"{ERR}Error 404: Anime not found. Please try again.") | ||||
|  | ||||
		正在加载...
	
	
			
			x
			
			
		
	
		在新工单中引用
	
	屏蔽一个用户
	 Robin Laevaert
						Robin Laevaert