summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | [vidme:user] Relax _VALID_URLstheychx2017-09-031-10/+24
| | | |
* | | | [bpb] Improve (closes #14086)Sergey M․2017-09-031-4/+9
| | | |
* | | | [bpb] Fix extraction (closes #14043)Timendum2017-09-031-2/+2
| | | |
* | | | [soundcloud] Simplify and add test (closes #14093)Sergey M2017-09-031-2/+18
| | | |
* | | | [soundcloud] Fix download URL with private tracksTatsuyuki Ishi2017-09-031-10/+9
| | | |
* | | | [aliexpress:live] Fix issues (closes #13698, closes #13707)Sergey M․2017-09-031-17/+30
| | | |
* | | | [aliexpress:live] Add extractordubber02017-09-032-0/+41
| | | |
* | | | [viidea] Capture and output lecture error message (#14099)Sergey M․2017-09-021-5/+14
| | | |
* | | | [radiocanada] Skip unsupported platforms (closes #14100)Sergey M․2017-09-021-2/+6
| | | |
* | | | release 2017.09.02Sergey M․2017-09-023-5/+5
| | | |
* | | | [ChangeLog] ActualizeSergey M․2017-09-021-0/+13
| | | |
* | | | [youtube] Force old layout for each webpage (closes #14083)Sergey M․2017-09-021-1/+7
| | | |
* | | | [youtube] Fix upload date extraction (closes #14065)Sergey M․2017-08-311-3/+1
| | | |
* | | | [charlierose] Add support for episodes (closes #14062)Sergey M․2017-08-301-1/+4
| | | |
* | | | [bbccouk] Add support for w-prefixed ids (closes #14056)Sergey M․2017-08-301-1/+4
| | | |
* | | | Merge pull request #14048 from ryandesign/patch-1Yen Chi Hsuan2017-08-281-2/+2
|\ \ \ \ | | | | | | | | | | Fix build failures with old cp and zip
| * | | | 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
| | | | |