Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [ChangeLog] Actualize | Sergey M․ | 2017-08-27 | 1 | -0/+20 | |
| | | | | ||||||
* | | | | [extractor/generic] Extract from LD-JSON last of all | Sergey M․ | 2017-08-27 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | Previous sources may contain several formats, e.g. http://tamasha.com/v/PgGZ | |||||
* | | | | [extractor/common] Extract format id from label attribute of source tag for ↵ | Sergey M․ | 2017-08-27 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | HTML5 videos (#14034) | |||||
* | | | | [extractor/common] Extract height from res attribute of source tag for HTML5 ↵ | Sergey M․ | 2017-08-27 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | videos (closes #14034) | |||||
* | | | | [http] Rework HTTP downloader | Sergey M․ | 2017-08-27 | 2 | -154/+199 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Simplify code and split into separate routines to facilitate maintaining * Make retry mechanism work on errors during actual download not only during connection establishment phase * Retry on ECONNRESET and ETIMEDOUT during reading data from network * Retry on content too short and various timeout errors * Show error description on retry * Closes #506, closes #809, closes #2849, closes #4240, closes #6023, closes #8625, closes #9483 | |||||
* | | | | [rai] Fix audio formats extraction (closes #14024) | Sergey M․ | 2017-08-26 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | [mixcloud] Fix extraction (closes #14020) | Vijay Singh | 2017-08-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [youtube] Fix controversy videos extraction (closes #14027, closes #14029) | Sergey M․ | 2017-08-26 | 1 | -5/+31 | |
| | | | | ||||||
* | | | | [mixcloud] Fix extraction (closes #14015) | Vijay Singh | 2017-08-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | release 2017.08.23 | Sergey M․ | 2017-08-23 | 5 | -11/+13 | |
| | | | | ||||||
* | | | | [ChangeLog] Actualize | Sergey M․ | 2017-08-23 | 1 | -1/+12 | |
| | | | | ||||||
* | | | | [toutv] PEP 8 | Sergey M․ | 2017-08-23 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | [cbc:watch] Bypass geo-restriction (closes #13993) | Sergey M․ | 2017-08-23 | 1 | -3/+9 | |
| | | | | ||||||
* | | | | [toutv] Relax DRM check (closes #13994) | Sergey M․ | 2017-08-23 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | [googledrive] Simplify and carry long lines (#13638) | Sergey M․ | 2017-08-23 | 1 | -57/+62 | |
| | | | | ||||||
* | | | | [extractor/common] Introduce _parse_xml | Sergey M․ | 2017-08-23 | 1 | -3/+18 | |
| | | | | ||||||
* | | | | [googledrive] Add support for subtitles (fixes #13619) | Parmjit Virk | 2017-08-22 | 1 | -1/+103 | |
| | | | | ||||||
* | | | | Merge pull request #13669 from bmwiedemann/master | Yen Chi Hsuan | 2017-08-22 | 1 | -2/+9 | |
|\ \ \ \ | | | | | | | | | | | [build] Override timestamps in zip file | |||||
| * | | | | [build] Override timestamps in zip file | Bernhard M. Wiedemann | 2017-08-19 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to make build reproducible. See https://reproducible-builds.org/ for why this is good Copying files to not interfere with freshness detection. | |||||
* | | | | | [pornhub] Relax uploader regex (closes #13906, closes #13975) | Sergey M․ | 2017-08-21 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [README.md] Switch to HTTPS URLs | Alan Yee | 2017-08-20 | 1 | -25/+25 | |
| | | | | | ||||||
* | | | | | [bandcamp:album] Extract track titles | Luca Steeb | 2017-08-20 | 1 | -1/+6 | |
| | | | | | ||||||
* | | | | | [extractor/common] Make HLS and DASH extraction non fatal in ↵ | Sergey M․ | 2017-08-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | _parse_html5_media_entries (closes #13970) | |||||
* | | | | | [bbccouk] Add support for events URLs (closes #13893) | Sergey M․ | 2017-08-19 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | [liveleak] Support multi-video pages (closes #6542) | Yen Chi Hsuan | 2017-08-19 | 2 | -16/+28 | |
| | | | | | ||||||
* | | | | | [ChangeLog] Fix | Yen Chi Hsuan | 2017-08-19 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [liveleak] Support another liveleak embedding pattern (closes #13336) | Yen Chi Hsuan | 2017-08-19 | 4 | -11/+55 | |
| | | | | | ||||||
* | | | | | [cda] Fix extraction (closes #13935) | Yen Chi Hsuan | 2017-08-19 | 2 | -1/+2 | |
| | | | | | ||||||
* | | | | | [utils] Fix unescapeHTML for misformed string like "&a"" (#13935) | Yen Chi Hsuan | 2017-08-19 | 3 | -1/+8 | |
| | | | | | ||||||
* | | | | | [laola1tv] Add support for tv.ittf.com (closes #13965) | Sergey M․ | 2017-08-19 | 2 | -0/+19 | |
| | | | | | ||||||
* | | | | | [mixcloud] Fix extraction (closes #13958) | Sergey M․ | 2017-08-18 | 1 | -6/+8 | |
| | | | | | ||||||
* | | | | | release 2017.08.18 | Sergey M․ | 2017-08-18 | 4 | -5/+6 | |
| | | | | | ||||||
* | | | | | [ChangeLog] Actualize | Sergey M․ | 2017-08-18 | 1 | -0/+11 | |
| | | | | | ||||||
* | | | | | [qqmusic:toplist] PEP 8 | Sergey M․ | 2017-08-18 | 1 | -3/+0 | |
| | | | | | ||||||
* | | | | | [arte] Detect unavailable videos (closes #13945) | Sergey M․ | 2017-08-18 | 1 | -2/+10 | |
| | | | | | ||||||
* | | | | | [YoutubeDL] Sanitize byte string format URLs (#13951) | Sergey M․ | 2017-08-17 | 1 | -3/+5 | |
| | | | | | ||||||
* | | | | | [generic] Convert redirect URLs to unicode strings (closes #13951) | Sergey M․ | 2017-08-17 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | [udemy] Fix paid course detection (#13943) | Sergey M․ | 2017-08-17 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [pluralsight] Use RPC API for course extraction (closes #13937) | Sergey M․ | 2017-08-17 | 1 | -16/+36 | |
| | | | | | ||||||
* | | | | | Credit Genki Sky for clippit (bfabd17b33d) | Yen Chi Hsuan | 2017-08-17 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | [ChangeLog] Add an entry for Genki Sky's patch | Yen Chi Hsuan | 2017-08-17 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Add new extractor | Genki Sky | 2017-08-17 | 2 | -0/+75 | |
| | | | | | ||||||
* | | | | | [ChangeLog] Add entry for #13805 | Yen Chi Hsuan | 2017-08-17 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | [qqmusic] Fix tests and cleanup | Yen Chi Hsuan | 2017-08-17 | 1 | -41/+48 | |
| | | | | | ||||||
* | | | | | Merge pull request #13805 from gam2046/master | Yen Chi Hsuan | 2017-08-17 | 1 | -44/+48 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix QQ Music url changed | |||||
| * | | | | | [qqmusic] review | forDream | 2017-08-15 | 1 | -11/+10 | |
| | | | | | | ||||||
| * | | | | | [qqmusic]support QQMusicSingerIE | forDream | 2017-08-15 | 1 | -25/+27 | |
| | | | | | | ||||||
| * | | | | | [qqmusic]update valid url | forDream | 2017-08-15 | 1 | -2/+4 | |
| | | | | | | ||||||
| * | | | | | fix QQ Music Url changed | forDream | 2017-08-15 | 1 | -21/+22 | |
| | | | | | | ||||||
* | | | | | | [periscope] Renew HLS extraction (closes #13917) | Sergey M․ | 2017-08-16 | 1 | -7/+13 | |
| | | | | | |