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

Steam Game Teaser Videos not downloaded any more #21917

Open
WalterZimmer opened this issue Jul 28, 2019 · 2 comments
Open

Steam Game Teaser Videos not downloaded any more #21917

WalterZimmer opened this issue Jul 28, 2019 · 2 comments

Comments

@WalterZimmer
Copy link

@WalterZimmer WalterZimmer commented Jul 28, 2019

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2019.07.27
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

youtube-dl -v https://store.steampowered.com/app/812160
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'https://store.steampowered.com/app/812160']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.07.27
[debug] Python version 2.7.13 (CPython) - Linux-4.4.104-18.44-default-x86_64-with-SuSE-42.2-x86_64
[debug] exe versions: ffmpeg 3.3.4, ffprobe 3.3.4, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[Steam] 812160: Downloading webpage
ERROR: Unable to extract flash vars; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
    ie_result = ie.extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
    ie_result = self._real_extract(url)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/steam.py", line 90, in _real_extract
    'flash vars'), playlist_id, js_to_json)
  File "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 1005, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract flash vars; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

Description

Hi, I happily use youtube-dl to download the Steam game teaser videos. I noticed this is not working any more since a week or so. Probably just a small adaption to reference the correct flash vars. Relevant issue date back to 2018 and are surely not relevant as it was working weeks ago. Thanks!

@alterNERDtive
Copy link

@alterNERDtive alterNERDtive commented May 4, 2020

Just hopping in here to say it’s still an issue in 2020.05.03, obviously :)

@WalterZimmer
Copy link
Author

@WalterZimmer WalterZimmer commented May 7, 2020

My current workaround is to cut'n'paste the video link from the player as a wget argument, and substitute "_480" by "_max" to get the highest resolution. Unfortunately the appid changes from video to video, I guess this is what the player code extracted in the older version which is now not working any more. Can anyone give top level directions on how to reinstate this functionality? Thanks!

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
2 participants
You can’t perform that action at this time.