Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site support request - UK Radioplayer (400+ stations) #16370

Open
fvisagie opened this issue May 3, 2018 · 0 comments
Open

Site support request - UK Radioplayer (400+ stations) #16370

fvisagie opened this issue May 3, 2018 · 0 comments

Comments

@fvisagie
Copy link

@fvisagie fvisagie commented May 3, 2018

  • I've verified and I assure that I'm running youtube-dl 2018.05.01
  • At least skimmed through the README, most notably the FAQ and BUGS sections
  • Searched the bugtracker for similar issues including closed ones
  • Checked that provided video/audio/playlist URLs (if any) are alive and playable in a browser
  • Site support request (request for adding support for a new site)

If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:

>youtube-dl -v https://www.energyfm.net/radioplayer
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.energyfm.net/radioplayer']
[debug] Encodings: locale cp1252, fs mbcs, out cp850, pref cp1252
[debug] youtube-dl version 2018.05.01
[debug] Python version 3.4.4 (CPython) - Windows-7-6.1.7601-SP1
[debug] exe versions: ffmpeg N-54277-gff130d7, ffprobe N-54277-gff130d7
[debug] Proxy map: {}
[generic] radioplayer: Requesting header
[redirect] Following redirect to https://www.energyfm.net/radioplayer/
[generic] radioplayer: Requesting header
WARNING: Falling back on generic information extractor.
[generic] radioplayer: Downloading webpage
[generic] radioplayer: Extracting information
ERROR: Unsupported URL: https://www.energyfm.net/radioplayer/
Traceback (most recent call last):
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpulhs0gaq\build\youtube_dl\YoutubeDL.py", line 789, in extract_info
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpulhs0gaq\build\youtube_dl\extractor\common.py", line 440, in extract
  File "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpulhs0gaq\build\youtube_dl\extractor\generic.py", line 3197, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.energyfm.net/radioplayer/

If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):


Description of your issue, suggested solution and other information

Please provide support for UK Radioplayer-based radio stations.

Stations can be accessed either from http://www.radioplayer.co.uk, or from their respective home pages (e.g. https://www.energyfm.net).

The Radioplayer page of each station seems to identify stream URLs in var audioArray as follows:

https://www.energyfm.net/radioplayer:

var audioArray = [
	{
		audioType: 'http',
		audioUrl: 'http://91.121.78.191:8096/;stream.mp3'
	}];

http://thisiselectric.co.uk/radioplayer (the last one here seems unavailable currently):

var audioArray = [
	{
		audioType: 'http',
		audioUrl: 'http://mp3streaming.planetwideradio.com:9185/thisiselectric128'
	},	{
		audioType: 'aac',
		audioUrl: 'http://mp3streaming.planetwideradio.com:9185/thisiselectric48'
	}];

Thank you,
François

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.