mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-04 03:27:00 -05:00 
			
		
		
		
	...
This commit is contained in:
		
							parent
							
								
									f94b999100
								
							
						
					
					
						commit
						a34407cc60
					
				@ -14,6 +14,7 @@ from calibre.ebooks.BeautifulSoup import BeautifulSoup
 | 
				
			|||||||
class OReillyPremium(BasicNewsRecipe):
 | 
					class OReillyPremium(BasicNewsRecipe):
 | 
				
			||||||
    title           = u'OReilly Premium'
 | 
					    title           = u'OReilly Premium'
 | 
				
			||||||
    __author__      = 'TMcN'
 | 
					    __author__      = 'TMcN'
 | 
				
			||||||
 | 
					    language = 'en'
 | 
				
			||||||
    description     = 'Retrieves Premium and News Letter content from BillOReilly.com.  Requires a Bill OReilly Premium Membership.'
 | 
					    description     = 'Retrieves Premium and News Letter content from BillOReilly.com.  Requires a Bill OReilly Premium Membership.'
 | 
				
			||||||
    cover_url       = 'http://images.billoreilly.com/images/headers/billgray_header.png'
 | 
					    cover_url       = 'http://images.billoreilly.com/images/headers/billgray_header.png'
 | 
				
			||||||
    auto_cleanup    = True
 | 
					    auto_cleanup    = True
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user