| 
			
			 | 
		#1 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Jan 2014 
				
				
				
				Device: iPhone 
				
				
				 | 
	
	
	
		
		
			
			 
				
				Request Rcipe For Custom List of URLs
			 
			
			
			Hi, Everyone!  
		
	
		
		
		
		
		
		
		
		
		
		
	
	I know the convention says it's not polite to ask for code but my knoledge of this matters is near zero. So I'm sorry to ask for a little snippet. I have been searching the site and Google to find something that works but I dont get it. What I need is very simple. A simple recipe where I can put a list of URLs and make an epub with them. Example: http://www.url1.com http://www.url2.com http://www.url3.com http://www.url4.com http://www.url5.com http://www.url6.com  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Zealot 
			
			![]() Posts: 108 
				Karma: 10 
				Join Date: Sep 2020 
				
				
				
				Device: kindle paperwhite3/Oasis2 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			You may start to find a recipe in calibre, and try to understand function "parse_index" function(actually it is simple) in it, then you can easily figure out how to implement your requirements.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 2 
				Karma: 10 
				Join Date: Jan 2014 
				
				
				
				Device: iPhone 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I can’t find a recipe implementing "parse_index". Could you point me to one?
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 Zealot 
			
			![]() Posts: 140 
				Karma: 10 
				Join Date: Sep 2010 
				
				
				
				Device: Kindle, Android phone 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 That's the explanation, for what it's worth to you. I still don't get it myself.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Newsbeamer dev 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 123 
				Karma: 1000 
				Join Date: Dec 2011 
				
				
				
				Device: Kindle Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			This functionality is literally built into Calibre. Just click on create recipe and add each URL as a feed, assuming they are rss feeds
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Enthusiast 
			
			![]() Posts: 42 
				Karma: 10 
				Join Date: Aug 2015 
				
				
				
				Device: pc 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 To make an EPUB from websites, the program must be told how each page is built in order to know where to find the necessary information. Just like you would need to know where the doors and hallways are to navigate a house, the program needs to know what data is where and how to ask for it. If you have RSS feeds, the feed organizes the data in uniform patterns that Calibre already knows how to find, so that function is, as duluoz mentioned, already in Calibre. If it's not in a feed and not already listed as having an adapter, then it needs to be broken down into useful information for Calibre to know how to format the data. With no more information than you've given, all anyone can suggest is to visit those respective websites, save page as HTML, import into Calibre, and then combine into EPUB.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 11 
				Karma: 10 
				Join Date: Oct 2020 
				
				
				
				Device: Samsung Galaxy Tab S6 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			You don't need to use calibre for something like that. You can use the browser extension EpubPress. It's available for both chrome and firefox.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Just open all of the urls as tabs, click the extension button and select the tabs you want, give it a title, and click download. wait a minute or two, and it will spit out an epub with the selected tabs as pages.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 Newsbeamer dev 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 123 
				Karma: 1000 
				Join Date: Dec 2011 
				
				
				
				Device: Kindle Voyage 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
    
| Thread Tools | Search this Thread | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Calibreserver issue using Book list mode/Custom list | fritskop | Server | 2 | 06-16-2020 02:20 PM | 
| How to create a custom column to enter URLs ? | Crusher | Library Management | 5 | 12-03-2018 05:15 PM | 
| Using a Calibre recipe to fetch a list of URLs | Antiould | Recipes | 3 | 02-20-2015 09:21 AM | 
| Aura Pocket Custom List | miztiik | Kobo Reader | 1 | 12-13-2014 02:24 AM | 
| How to read through a long list of web article URLs? | Bob Russell | Workshop | 3 | 02-26-2014 02:15 AM |