Remita Amine
ba15b2fee6
[googledrive] report download page errors( closes #28005 )
4 years ago
Remita Amine
25a35cb38a
[googledrive] fix format extraction( closes #26979 )
4 years ago
Sergey M․
da2069fb22
[googledrive] Use redirect URLs for source format ( closes #18877 , closes #23919 , closes #24689 , closes #26565 )
4 years ago
Sergey M․
067aa17edf
Start moving to ytdl-org
6 years ago
Sergey M․
1b41da488d
[googledrive] Extend _VALID_URL ( closes #9785 )
8 years ago
Sergey M․
fea82c1780
[googledrive] Add support for source format ( closes #14046 )
8 years ago
Sergey M․
37d9af306a
[googledrive] Simplify and carry long lines ( #13638 )
8 years ago
Parmjit Virk
05915e379a
[googledrive] Add support for subtitles ( fixes #13619 )
8 years ago
Sergey M․
8b347a389e
[googledrive] Fix height extraction ( closes #13603 )
8 years ago
Sergey M․
9be9ec5980
[googledrive] Fix formats' sorting ( closes #13443 )
8 years ago
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()
8 years ago
Sergey M․
58e6d097d8
[googledrive] Relax _VALID_URL ( Closes #8829 )
9 years ago
Sergey M․
d69abbd3f0
[googledrive] Make thumbnail optional ( Closes #8629 )
9 years ago
remitamine
5b251628e9
[googledrive] Modernize
9 years ago
remitamine
8e92d21ebf
[googledrive] raise ExtractorError instead of warning
10 years ago
remitamine
36dbca8784
fix recursive error
10 years ago
remitamine
d1cc05e17e
remove unnecessary regex group names
10 years ago
remitamine
3b3d531965
fix embed regex
10 years ago
remitamine
3e5f3df172
move the embed to a separate class
10 years ago
remitamine
f120a7ab5e
change the _TEST info
10 years ago
remitamine
984e4d4875
[googledrive] Add new extractor
10 years ago