about summary refs log tree commit diff
path: root/youtube_dl/extractor/googledrive.py
Commit message (Collapse)AuthorAgeFilesLines
* [googledrive] report download page errors(closes #28005)Remita Amine2021-01-291-1/+7
|
* [googledrive] fix format extraction(closes #26979)Remita Amine2020-11-191-37/+21
|
* [googledrive] Use redirect URLs for source format (closes #18877, closes ↵Sergey M․2020-09-131-8/+19
| | | | #23919, closes #24689, closes #26565)
* Start moving to ytdl-orgSergey M․2019-03-111-1/+1
|
* [googledrive] Extend _VALID_URL (closes #9785)Sergey M․2017-08-281-2/+19
|
* [googledrive] Add support for source format (closes #14046)Sergey M․2017-08-281-34/+81
|
* [googledrive] Simplify and carry long lines (#13638)Sergey M․2017-08-231-57/+62
|
* [googledrive] Add support for subtitles (fixes #13619)Parmjit Virk2017-08-221-1/+103
|
* [googledrive] Fix height extraction (closes #13603)Sergey M․2017-07-091-1/+1
|
* [googledrive] Fix formats' sorting (closes #13443)Sergey M․2017-06-201-12/+25
|
* [googledrive] Fix extraction on Python 3.6Yen Chi Hsuan2017-02-051-4/+5
| | | | | | | | | | | | | | 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()
* [googledrive] Relax _VALID_URL (Closes #8829)Sergey M․2016-03-121-4/+8
|
* [googledrive] Make thumbnail optional (Closes #8629)Sergey M․2016-02-221-1/+1
|
* [googledrive] Modernizeremitamine2015-12-211-94/+50
|
* [googledrive] raise ExtractorError instead of warningremitamine2015-07-231-3/+6
|
* fix recursive errorremitamine2015-07-231-7/+7
|
* remove unnecessary regex group namesremitamine2015-07-231-19/+13
|
* fix embed regexremitamine2015-07-231-3/+3
|
* move the embed to a separate classremitamine2015-07-231-1/+30
|
* change the _TEST inforemitamine2015-07-231-3/+3
|
* [googledrive] Add new extractorremitamine2015-07-231-0/+106