Commit Graph

18 Commits (067aa17edf5a46a8cbc4d6b90864eddf051fa2bc)

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