Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-03 | [skip travis] revert automerge for now | Unknown | |
2020-09-02 | [skip travis] adding automerge support | Unknown | |
basically copying content of youtube_dl folder to youtube_dlc and excluding the youtube_dl folder when compiling | |||
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2019-03-11 | Start moving to ytdl-org | Sergey M․ | |
2017-08-28 | [googledrive] Extend _VALID_URL (closes #9785) | Sergey M․ | |
2017-08-28 | [googledrive] Add support for source format (closes #14046) | Sergey M․ | |
2017-08-23 | [googledrive] Simplify and carry long lines (#13638) | Sergey M․ | |
2017-08-22 | [googledrive] Add support for subtitles (fixes #13619) | Parmjit Virk | |
2017-07-09 | [googledrive] Fix height extraction (closes #13603) | Sergey M․ | |
2017-06-20 | [googledrive] Fix formats' sorting (closes #13443) | Sergey M․ | |
2017-02-05 | [googledrive] Fix extraction on Python 3.6 | Yen Chi Hsuan | |
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() | |||
2016-03-12 | [googledrive] Relax _VALID_URL (Closes #8829) | Sergey M․ | |
2016-02-22 | [googledrive] Make thumbnail optional (Closes #8629) | Sergey M․ | |
2015-12-21 | [googledrive] Modernize | remitamine | |
2015-07-23 | [googledrive] raise ExtractorError instead of warning | remitamine | |
2015-07-23 | fix recursive error | remitamine | |
2015-07-23 | remove unnecessary regex group names | remitamine | |
2015-07-23 | fix embed regex | remitamine | |
2015-07-23 | move the embed to a separate class | remitamine | |
2015-07-23 | change the _TEST info | remitamine | |
2015-07-23 | [googledrive] Add new extractor | remitamine | |