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

[GoogleDrive] Rips not working for no-download videos shared between only two accounts #8642

Closed
vxbinaca opened this issue Feb 23, 2016 · 0 comments

Comments

@vxbinaca
Copy link
Contributor

@vxbinaca vxbinaca commented Feb 23, 2016

youtube-dl -v -u vxbinaca@gmail.com https://drive.google.com/file/d/0B_vK3fbXlLEFM19MQl9nT3dBVEE/view
[debug] System config: []
[debug] User config: [u'--download-archive', u'~/.ytdlarchive', u'--retries', u'100', u'--no-overwrites', u'--call-home', u'--continue', u'--write-info-json', u'--write-description', u'--write-thumbnail', u'--write-annotations', u'--all-subs', u'--sub-format', u'srt', u'--convert-subs', u'srt', u'--write-sub', u'--add-metadata', u'-f', u'bestvideo+bestaudio/best', u'--merge-output-format', u'mkv', u'--embed-subs', u'--prefer-ffmpeg']
[debug] Command-line args: [u'-v', u'-u', u'PRIVATE', u'https://drive.google.com/file/d/0B_vK3fbXlLEFM19MQl9nT3dBVEE/view']
Type account password and press [Return]: 
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.02.22
[debug] Python version 2.7.10 - Linux-4.2.0-27-generic-x86_64-with-Ubuntu-15.10-wily
[debug] exe versions: ffmpeg 2.7.6-0ubuntu0.15.10.1, ffprobe 2.7.6-0ubuntu0.15.10.1, rtmpdump 2.4
[debug] Proxy map: {}
[debug] Public IP address: 76.101.221.232
[GoogleDrive] 0B_vK3fbXlLEFM19MQl9nT3dBVEE: Downloading webpage
ERROR: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 666, in extract_info
    ie_result = ie.extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 316, in extract
    return self._real_extract(url)
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/googledrive.py", line 60, in _real_extract
    title = self._search_regex(r'"title"\s*,\s*"([^"]+)', webpage, 'title')
  File "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 611, in _search_regex
    raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

This error could be reproduced by sharing a file fro, account A to B, and only allowing B can see the file A shares (NOT link sharing).

I do have two factor auth but am using an app specific password so I don't have to lower my security to get one video. If it's a password problem just tell me and close so I can re-test after I turn off 2-factor.

@vxbinaca vxbinaca changed the title [GoogleDrive] Downloads not working for share-specific videos [GoogleDrive] Downloads not working for no-download videos shares between only two accounts Feb 23, 2016
@vxbinaca vxbinaca changed the title [GoogleDrive] Downloads not working for no-download videos shares between only two accounts [GoogleDrive] Downloads not working for no-download videos shared between only two accounts Feb 23, 2016
@vxbinaca vxbinaca changed the title [GoogleDrive] Downloads not working for no-download videos shared between only two accounts [GoogleDrive] Rips not working for no-download videos shared between only two accounts Feb 23, 2016
@vxbinaca vxbinaca closed this Feb 24, 2016
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.