podcast.entropia.de url
This commit is contained in:
		
							parent
							
								
									6fe12faac2
								
							
						
					
					
						commit
						c73b797f47
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -52,7 +52,7 @@ episodes = []
 | 
			
		|||
      "title"         => page.gsub(/Radio Chaotica - /, ""),
 | 
			
		||||
      "url"           => @wiki.article(page).url,
 | 
			
		||||
      "discussion"    => @wiki.article(page).talk_url,
 | 
			
		||||
      "enclosure_url" => episode_info["download"].chomp,
 | 
			
		||||
      "enclosure_url" => "http://podcast.entropia.de/" + episode_info["download"].chomp,
 | 
			
		||||
      "date"          => Date.today(), # fallback
 | 
			
		||||
 
 | 
			
		||||
      "description"   => episode_info["beschreibung"] || "",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue