summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2017.02.11 2017.02.11Sergey M․2017-02-114-6/+7
|
* [ChangeLog] ActualizeSergey M․2017-02-111-0/+18
|
* [pluralsight:course] Fix extraction (closes #12075)Sergey M․2017-02-111-9/+29
|
* [facebook] Add coding cookieSergey M․2017-02-111-0/+1
|
* Introduce get_elements_by_class and get_elements_by_attribute utility functionsThomas Christlieb2017-02-112-10/+51
|
* [bbc] extract m3u8 formats with 320k audioRemita Amine2017-02-101-0/+11
|
* [facebook] Relax video id matching (closes #11017, closes #12055, closes #12056)Sergey M․2017-02-111-1/+27
|
* [corus] Add new extractor(closes #12060)(#9164)Remita Amine2017-02-104-50/+77
|
* [extractor/common] skip m3u8 manifests protected with Adobe Flash AccessRemita Amine2017-02-101-0/+3
|
* [pluralsight] Detect blocked account error message (#12070)Sergey M․2017-02-101-0/+4
|
* [bloomberg] Add another video id regex (closes #12062)Sergey M․2017-02-101-3/+8
|
* [sixplay] use raw string for regexRemita Amine2017-02-101-1/+1
|
* [extractor/commonmistakes] Restrict _VALID_URL (closes #12050)Sergey M․2017-02-101-1/+1
|
* [tvplayer] Add new extractorRemita Amine2017-02-092-0/+76
|
* release 2017.02.10 2017.02.10Sergey M․2017-02-104-6/+8
|
* [ChangeLog] ActualizeSergey M․2017-02-101-0/+15
|
* [kaltura] Add explicit port to regexesSergey M․2017-02-101-2/+6
| | | | They should not match e.g. cdnapi.kaltura.computernetworks.com/...
* [xtube] Fix shortcutsSergey M․2017-02-101-1/+1
|
* [xtube] Fix extraction (closes #12023)Sergey M․2017-02-101-3/+4
|
* [pornhub] Simplify (closes #12018)Sergey M․2017-02-101-12/+5
|
* [pornhub] Fix extraction (closes #12007)Thomas Christlieb2017-02-101-4/+17
|
* [facebook] Improve JS data regex (closes #12042)Sergey M․2017-02-091-1/+15
|
* [external:ffmpeg] do not assume that ffmpeg unknown version format is newRemita Amine2017-02-091-1/+1
|
* [kaltura] improve embed partner id extraction(fixes #12041)Remita Amine2017-02-091-2/+8
|
* [sprout] Add new extractorRemita Amine2017-02-092-0/+53
|
* [sixplay] improve extractionRemita Amine2017-02-081-7/+25
| | | | | | - skip drm protected formats - extract more and better formats - skip duplicate asset urls
* [scrippsnetworks:watch] Add new extractor(closes #10765)Remita Amine2017-02-082-0/+61
|
* [go] add support for adobe pass auth(closes #11468)(closes #10831)Remita Amine2017-02-081-16/+44
|
* [6play] Fix extraction (closes #12011)Sergey M․2017-02-081-25/+44
|
* [nbc] add support adobe pass auth(closes #12006)Remita Amine2017-02-081-15/+54
|
* release 2017.02.07 2017.02.07Sergey M․2017-02-074-5/+7
|
* [ChangeLog] ActualizeSergey M․2017-02-071-1/+11
|
* [pornhub] Fix extraction (closes #11997)Sergey M․2017-02-071-1/+6
|
* [extractor/common] Fix audio only with audio group in m3u8 (closes #11995)Sergey M․2017-02-071-2/+2
|
* [canalplus] Add support for cstar.fr (#11990)Sergey M․2017-02-061-0/+15
|
* [extractor/generic] Add test for #11993 and more metadata for rtmpSergey M․2017-02-061-4/+22
|
* [extractor/generic] Improve rtmp support (closes #11993)Sergey M․2017-02-061-0/+7
|
* [downloader/fragment] Respect --no-partSergey M․2017-02-061-0/+1
|
* [extractor/common] Speed-up media tags regex (closes #11979)Sergey M․2017-02-061-1/+6
|
* Credit @motophil for gaskrank.py (#11685)Yen Chi Hsuan2017-02-061-0/+1
|
* [gaskrank] Minor change and update ChangeLog after #11685Yen Chi Hsuan2017-02-062-4/+7
|
* [gaskrank] Add new extractor (#11685)motophil2017-02-062-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | * [gaskrank] Add new extractor * [gaskrank] Add new extractor - fixes as requested * [gaskrank] Add new extractor - style fix * [Gaskrank] Add new extractor - requested fixes * [Gaskrank] Add new extractor - fix md5 checksum * [gaskrank] Add new extractor - more requested fixes * [Gaskrank] Add new extractor - fixed all but one quantified code issues * [Gaskrank] add new extractor - more fields extracted, added second test * [Gaskrank] Add new extractor - requested fixes. * [Gaskrank] Add new extractor - requested changes. * [Gaskrank] Add new extractor - final(?) fixes.
* [bandcamp] Fix extraction for incomplete albumsYen Chi Hsuan2017-02-052-3/+17
| | | | Closes #11727
* [iwara] Add width (closes #11724)Yen Chi Hsuan2017-02-051-0/+1
| | | | The heuristic is from #11724
* [iwara] Fix extraction (closes #11781)Yen Chi Hsuan2017-02-052-12/+30
|
* [googledrive] Fix extraction on Python 3.6Yen Chi Hsuan2017-02-052-4/+11
| | | | | | | | | | | | | | 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()
* [videopress] Add extractorSergey M․2017-02-053-0/+122
|
* [sportbox] PEP 8Sergey M․2017-02-051-5/+1
|
* [travis] Add python 3.6Sergey M․2017-02-051-0/+1
|
* [afreecatv] extract rtmp formatsRemita Amine2017-02-041-3/+16
|