aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix build failures with old cp and zipRyan Schmidt2017-08-271-2/+2
|/ /
* | [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
| |
* | [pornhd] Fix extraction (closes #14005)Sergey M․2017-08-271-2/+3
| |
* | release 2017.08.27.1Sergey M․2017-08-273-5/+5
| |
* | [ChangeLog] ActualizeSergey M․2017-08-271-0/+7
| |
* | [youtube] Fix extraction with --youtube-skip-dash-manifest enabled (closes ↵Sergey M․2017-08-271-1/+1
| | | | | | | | #14037)
* | release 2017.08.27Sergey M․2017-08-273-5/+5
| |
* | [ChangeLog] ActualizeSergey M․2017-08-271-0/+20
| |
* | [extractor/generic] Extract from LD-JSON last of allSergey M․2017-08-271-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-271-1/+4
| | | | | | | | HTML5 videos (#14034)
* | [extractor/common] Extract height from res attribute of source tag for HTML5 ↵Sergey M․2017-08-271-0/+3
| | | | | | | | videos (closes #14034)
* | [http] Rework HTTP downloaderSergey M․2017-08-272-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-261-2/+2
| |
* | [mixcloud] Fix extraction (closes #14020)Vijay Singh2017-08-261-1/+1
| |
* | [youtube] Fix controversy videos extraction (closes #14027, closes #14029)Sergey M․2017-08-261-5/+31
| |
* | [mixcloud] Fix extraction (closes #14015)Vijay Singh2017-08-241-1/+1
| |
* | release 2017.08.23Sergey M․2017-08-235-11/+13
| |
* | [ChangeLog] ActualizeSergey M․2017-08-231-1/+12
| |
* | [toutv] PEP 8Sergey M․2017-08-231-1/+0
| |
* | [cbc:watch] Bypass geo-restriction (closes #13993)Sergey M․2017-08-231-3/+9
| |
* | [toutv] Relax DRM check (closes #13994)Sergey M․2017-08-231-1/+3
| |
* | [googledrive] Simplify and carry long lines (#13638)Sergey M․2017-08-231-57/+62
| |
* | [extractor/common] Introduce _parse_xmlSergey M․2017-08-231-3/+18
| |
* | [googledrive] Add support for subtitles (fixes #13619)Parmjit Virk2017-08-221-1/+103
| |
* | Merge pull request #13669 from bmwiedemann/masterYen Chi Hsuan2017-08-221-2/+9
|\ \ | | | | | | [build] Override timestamps in zip file
| * | [build] Override timestamps in zip fileBernhard M. Wiedemann2017-08-191-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-211-1/+1
| | |
* | | [README.md] Switch to HTTPS URLsAlan Yee2017-08-201-25/+25
| | |
* | | [bandcamp:album] Extract track titlesLuca Steeb2017-08-201-1/+6
| | |
* | | [extractor/common] Make HLS and DASH extraction non fatal in ↵Sergey M․2017-08-201-2/+2
| | | | | | | | | | | | _parse_html5_media_entries (closes #13970)
* | | [bbccouk] Add support for events URLs (closes #13893)Sergey M․2017-08-191-1/+2
| | |
* | | [liveleak] Support multi-video pages (closes #6542)Yen Chi Hsuan2017-08-192-16/+28
| | |
* | | [ChangeLog] FixYen Chi Hsuan2017-08-191-1/+1
| | |
* | | [liveleak] Support another liveleak embedding pattern (closes #13336)Yen Chi Hsuan2017-08-194-11/+55
| | |
* | | [cda] Fix extraction (closes #13935)Yen Chi Hsuan2017-08-192-1/+2
| | |
* | | [utils] Fix unescapeHTML for misformed string like "&a"" (#13935)Yen Chi Hsuan2017-08-193-1/+8
| | |
* | | [laola1tv] Add support for tv.ittf.com (closes #13965)Sergey M․2017-08-192-0/+19
| | |
* | | [mixcloud] Fix extraction (closes #13958)Sergey M․2017-08-181-6/+8
| | |
* | | release 2017.08.18Sergey M․2017-08-184-5/+6
| | |
* | | [ChangeLog] ActualizeSergey M․2017-08-181-0/+11
| | |
* | | [qqmusic:toplist] PEP 8Sergey M․2017-08-181-3/+0
| | |
* | | [arte] Detect unavailable videos (closes #13945)Sergey M․2017-08-181-2/+10
| | |
* | | [YoutubeDL] Sanitize byte string format URLs (#13951)Sergey M․2017-08-171-3/+5
| | |
* | | [generic] Convert redirect URLs to unicode strings (closes #13951)Sergey M․2017-08-171-2/+2
| | |
* | | [udemy] Fix paid course detection (#13943)Sergey M․2017-08-171-1/+1
| | |
* | | [pluralsight] Use RPC API for course extraction (closes #13937)Sergey M․2017-08-171-16/+36
| | |
* | | Credit Genki Sky for clippit (bfabd17b33d)Yen Chi Hsuan2017-08-171-0/+1
| | |
* | | [ChangeLog] Add an entry for Genki Sky's patchYen Chi Hsuan2017-08-171-1/+1
| | |
* | | Add new extractorGenki Sky2017-08-172-0/+75
| | |