cryhwang
56cfd8f604
added return metadata
2022-12-11 14:17:39 -05:00
cryhwang
237e55ef91
modifiedtime and owner metadata
2022-12-11 13:24:00 -05:00
Eric Zhang
9b8ed4477c
Added separate _call_api function.
2022-12-11 13:06:44 -05:00
Eric Zhang
3bdfc242d3
Added call to google drive api
2022-12-11 00:27:36 -05:00
Remita Amine
ba15b2fee6
[googledrive] report download page errors( closes #28005 )
2021-01-29 11:53:49 +01:00
Remita Amine
25a35cb38a
[googledrive] fix format extraction( closes #26979 )
2020-11-19 20:01:24 +01:00
Sergey M․
da2069fb22
[googledrive] Use redirect URLs for source format ( closes #18877 , closes #23919 , closes #24689 , closes #26565 )
2020-09-13 20:49:32 +07:00
Sergey M․
067aa17edf
Start moving to ytdl-org
2019-03-11 04:00:54 +07:00
Sergey M․
1b41da488d
[googledrive] Extend _VALID_URL ( closes #9785 )
2017-08-28 00:50:41 +07:00
Sergey M․
fea82c1780
[googledrive] Add support for source format ( closes #14046 )
2017-08-28 00:39:22 +07:00
Sergey M․
37d9af306a
[googledrive] Simplify and carry long lines ( #13638 )
2017-08-23 00:33:53 +07:00
Parmjit Virk
05915e379a
[googledrive] Add support for subtitles ( fixes #13619 )
2017-08-22 23:48:59 +07:00
Sergey M․
8b347a389e
[googledrive] Fix height extraction ( closes #13603 )
2017-07-09 00:26:13 +07:00
Sergey M․
9be9ec5980
[googledrive] Fix formats' sorting ( closes #13443 )
2017-06-20 22:58:33 +07:00
Yen Chi Hsuan
e4e50f60b1
[googledrive] Fix extraction on Python 3.6
...
Since Python 3.6, invalid escape sequences are deprecated. It's likely
that there are invalid escape sequences somewhere on the webpage, so
instead of unescaping the whole webpage, just unescape the URL.
See https://bugs.python.org/issue27364 . That change was designed for
string literals, while it affects the 'unicode_escape' encoding as well.
The code path is:
str.decode('unicode_escape')
codecs.unicode_escape_decode()
PyUnicode_DecodeUnicodeEscape()
2017-02-05 21:41:08 +08:00
Sergey M․
58e6d097d8
[googledrive] Relax _VALID_URL ( Closes #8829 )
2016-03-12 00:36:39 +06:00
Sergey M․
d69abbd3f0
[googledrive] Make thumbnail optional ( Closes #8629 )
2016-02-22 03:13:18 +06:00
remitamine
5b251628e9
[googledrive] Modernize
2015-12-21 03:05:34 +01:00
remitamine
8e92d21ebf
[googledrive] raise ExtractorError instead of warning
2015-07-23 11:59:13 +01:00
remitamine
36dbca8784
fix recursive error
2015-07-23 11:59:13 +01:00
remitamine
d1cc05e17e
remove unnecessary regex group names
2015-07-23 11:59:12 +01:00
remitamine
3b3d531965
fix embed regex
2015-07-23 11:59:12 +01:00
remitamine
3e5f3df172
move the embed to a separate class
2015-07-23 11:57:09 +01:00
remitamine
f120a7ab5e
change the _TEST info
2015-07-23 11:57:09 +01:00
remitamine
984e4d4875
[googledrive] Add new extractor
2015-07-23 11:57:08 +01:00