aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/googledrive.py
diff options
context:
space:
mode:
authorremitamine <remitamine@gmail.com>2015-06-24 14:56:19 +0100
committerremitamine <remitamine@gmail.com>2015-07-23 11:57:09 +0100
commitf120a7ab5e9c560a8114f9662e2f213243a945b0 (patch)
treedeff6d95574e6b6e878108418d904a55ebd64efe /youtube_dl/extractor/googledrive.py
parent984e4d487520bd2a860b31b3165416c879b28096 (diff)
downloadyoutube-dl-f120a7ab5e9c560a8114f9662e2f213243a945b0.tar.xz
change the _TEST info
Diffstat (limited to 'youtube_dl/extractor/googledrive.py')
-rw-r--r--youtube_dl/extractor/googledrive.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/youtube_dl/extractor/googledrive.py b/youtube_dl/extractor/googledrive.py
index 8c611fa47..e3d5c3418 100644
--- a/youtube_dl/extractor/googledrive.py
+++ b/youtube_dl/extractor/googledrive.py
@@ -4,11 +4,11 @@ from ..utils import RegexNotFoundError
class GoogleDriveIE(InfoExtractor):
_VALID_URL = r'(?:https?://)?(?:video\.google\.com/get_player\?.*?docid=|(?:docs|drive)\.google\.com/(?:uc\?.*?id=|file/d/))(?P<id>.+?)(?:&|/|$)'
_TEST = {
- 'url': 'https://drive.google.com/file/d/0BzpExh0WzJF0NlR5WUlxdEVsY0U/edit?pli=1',
+ 'url': 'https://drive.google.com/file/d/0ByeS4oOUV-49Zzh4R1J6R09zazQ/edit?pli=1',
'info_dict': {
- 'id': '0BzpExh0WzJF0NlR5WUlxdEVsY0U',
+ 'id': '0ByeS4oOUV-49Zzh4R1J6R09zazQ',
'ext': 'mp4',
- 'title': '[AHSH] Fairy Tail S2 - 01 [720p].mp4',
+ 'title': 'Big Buck Bunny.mp4',
}
}
_formats = {