mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	...
This commit is contained in:
		
							parent
							
								
									359a2ff64b
								
							
						
					
					
						commit
						deef15a3aa
					
				@ -148,6 +148,7 @@ class NewYorkTimes(BasicNewsRecipe):
 | 
				
			|||||||
                yield article
 | 
					                yield article
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def parse_web_sections(self):
 | 
					    def parse_web_sections(self):
 | 
				
			||||||
 | 
					        self.read_nyt_metadata()
 | 
				
			||||||
        feeds = []
 | 
					        feeds = []
 | 
				
			||||||
        for section_title, slug in web_sections:
 | 
					        for section_title, slug in web_sections:
 | 
				
			||||||
            url = 'https://www.nytimes.com/section/' + slug
 | 
					            url = 'https://www.nytimes.com/section/' + slug
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user