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

funk.net (AZURE_URL support) #16223

Closed
AkiraNorthstar opened this issue Apr 19, 2018 · 0 comments
Closed

funk.net (AZURE_URL support) #16223

AkiraNorthstar opened this issue Apr 19, 2018 · 0 comments

Comments

@AkiraNorthstar
Copy link

@AkiraNorthstar AkiraNorthstar commented Apr 19, 2018

  • I've verified and I assure that I'm running youtube-dl 2018.04.16

Before submitting an issue make sure you have:

  • 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

What is the purpose of your issue?

  • Bug report (encountered problems with youtube-dl)
  • Site support request (request for adding support for a new site)
  • Feature request (request for a new functionality)
  • Question
  • Other
youtube-dl -v https://www.funk.net/channel/wishlist/wishlist-20-folge-12-das-ende-von-allem/wishlist-staffel-2/
[debug] System config: ['--prefer-free-formats']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', 'https://www.funk.net/channel/wishlist/wishlist-20-folge-12-das-ende-von-allem/wishlist-staffel-2/']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2018.04.16
[debug] Python version 3.6.5 (CPython) - Linux-4.15.16-300.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven
[debug] exe versions: ffmpeg 3.3.6, ffprobe 3.3.6
[debug] Proxy map: {}
[FunkChannel] wishlist: Downloading JSON metadata
[Nexx] 1456408: Downloading JSON metadata
[Nexx] 1456408: Downloading m3u8 information
[Nexx] 1456408: Downloading MPD manifest
[Nexx] 1456408: Downloading ISM manifest
Traceback (most recent call last):
  File "/usr/bin/youtube-dl", line 11, in <module>
    load_entry_point('youtube-dl==2018.4.16', 'console_scripts', 'youtube-dl')()
  File "/usr/lib/python3.6/site-packages/youtube_dl/__init__.py", line 470, in main
    _real_main(argv)
  File "/usr/lib/python3.6/site-packages/youtube_dl/__init__.py", line 460, in _real_main
    retcode = ydl.download(all_urls)
  File "/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1992, in download
    url, force_generic_extractor=self.params.get('force_generic_extractor', False))
  File "/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 799, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 865, in process_ie_result
    extra_info=extra_info, download=False, process=False)
  File "/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 788, in extract_info
    ie_result = ie.extract(url)
  File "/usr/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 440, in extract
    ie_result = self._real_extract(url)
  File "/usr/lib/python3.6/site-packages/youtube_dl/extractor/nexx.py", line 263, in _real_extract
    azure_progressive_base = get_cdn_shield_base('Prog', '-d')
  File "/usr/lib/python3.6/site-packages/youtube_dl/extractor/nexx.py", line 241, in get_cdn_shield_base
    return AZURE_URL % (prefix, int(stream_data['azureAccount'].replace('nexxplayplus', '')))
ValueError: invalid literal for int() with base 10: 'nexxplayfb01'


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

funk.net switches more and more to MS Azure, therefore, some videos can still be downloaded without errors.

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.