summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [azmedien:showplaylist] Improve (closes #12160)Sergey M․2017-02-281-16/+8
|
* [azmedien:showplaylist] Add support for all episodes playlistsAlex Seiler2017-02-282-0/+50
|
* [youtube:playlist] Recognize another playlist pattern (closes #11928, closes ↵Sergey M․2017-02-281-2/+9
| | | | #12286)
* [daisuki] Add subtitles (#4738)Yen Chi Hsuan2017-02-281-0/+15
|
* [daisuki] Add new extractor (closes #4738)Yen Chi Hsuan2017-02-283-0/+149
|
* [utils] Add bytes_to_long() and long_to_bytes()Yen Chi Hsuan2017-02-281-0/+51
| | | | | | | Used in daisuki.net (#4738) Both are adapted from public domain PyCrypto: https://github.com/dlitz/pycrypto/blob/master/lib/Crypto/Util/number.py
* [utils] Add pkcs1padYen Chi Hsuan2017-02-282-0/+24
| | | | Used in daisuki.net (#4738)
* [aes] Add aes_cbc_encryptYen Chi Hsuan2017-02-282-1/+36
| | | | Used in daisuki.net (#4738)
* [douyu] Fix extraction and update _TESTSYen Chi Hsuan2017-02-282-44/+15
| | | | | | They've switched from flv to hls Closes #12301
* release 2017.02.27Sergey M․2017-02-274-6/+9
|
* [ChangeLog] ActualizeSergey M․2017-02-271-2/+18
|
* [npo] Relax _VALID_URL for zapp.nlSergey M․2017-02-271-1/+5
|
* [hetklokhuis] Fix IE_NAMESergey M․2017-02-271-1/+1
|
* [npo] Add support for zapp.nlSergey M․2017-02-271-1/+10
|
* [npo] Add support for hetklokhuis.nl (closes #12293)Sergey M․2017-02-272-11/+34
|
* [youtube:channel] Remove duplicate testSergey M․2017-02-271-5/+1
|
* [scivee] Remove extractor (#9315)Yen Chi Hsuan2017-02-273-58/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Wikipedia page is changed from active to down: https://en.wikipedia.org/w/index.php?title=SciVee&diff=prev&oldid=723161154 Some other interesting bits: $ nslookup www.scivee.tv Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: www.scivee.tv canonical name = scivee.rcsb.org. Name: scivee.rcsb.org Address: 132.249.231.211 $ nslookup rcsb.org Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: rcsb.org Address: 132.249.231.77 Both IPs are from UCSD. I guess it's maintained by a lab and they don't maintain it anymore.
* [cda] Decode URL (fixes #12255)Alex Seiler2017-02-261-0/+5
|
* [crunchyroll] Extract uploader name that's not a linkxbe2017-02-261-2/+18
| | | | | Provide the Crunchyroll extractor with the ability to extract uploader names that aren't links. Add a test for this new functionality. This fixes #12267.
* [youtube] Raise GeoRestrictedErrorSergey M․2017-02-261-7/+17
|
* [dailymotion] Raise GeoRestrictedErrorSergey M․2017-02-261-1/+6
|
* [MDR] Relax _VALID_URL and playerURL matching and update _TESTSYen Chi Hsuan2017-02-262-4/+17
| | | | Ref: #12169
* [tvigle] Raise GeoRestrictedErrorSergey M․2017-02-251-2/+10
|
* [vevo] Fix videos with the new streams/streamsV3 format (closes #11719)Yen Chi Hsuan2017-02-262-5/+19
|
* [freshlive] Fix issues and improve (closes #12175)Sergey M․2017-02-252-23/+43
|
* [freshlive] Add extractorRicardo Constantino2017-02-252-0/+65
|
* [downloader/common] Limit displaying 2 digits after decimal point in sleep ↵Pratyush Singh2017-02-251-1/+4
| | | | interval message
* [xhamster] Capture and output videoClosed error (#12263)Sergey M․2017-02-251-0/+11
|
* [etonline] Add extractor (closes #12236)Sergey M․2017-02-252-0/+40
|
* [compat] Use try except for compat_numeric_typesSergey M․2017-02-251-2/+4
|
* [njpwworld] Add new extractor (closes #11561)Yen Chi Hsuan2017-02-253-0/+90
|
* [extractor/common] Add 'preference' to _parse_html5_media_entriesYen Chi Hsuan2017-02-251-2/+3
| | | | | Some websites, like NJPWorld, put different qualities on different player pages.
* [amcnetworks] Relax _VALID_URL (#12127)Sergey M․2017-02-251-1/+7
|
* release 2017.02.24.1Sergey M․2017-02-243-5/+5
|
* [ChangeLog] ActualizeSergey M․2017-02-241-0/+12
|
* [noco] ModernizeSergey M․2017-02-241-10/+11
|
* [noco] Swtich login URL to https (closes #12246)Sergey M․2017-02-241-1/+1
|
* [thescene] Extract more metadataSergey M․2017-02-241-3/+19
|
* [thescene] Fix extraction (closes #12235)Thomas Christlieb2017-02-241-2/+2
|
* [tubitv] use geo bypass mechanismRemita Amine2017-02-241-0/+1
|
* [openload] fix extraction(closes #10408)Remita Amine2017-02-241-5/+10
|
* [ivi] Raise GeoRestrictedErrorSergey M․2017-02-241-1/+7
|
* release 2017.02.24Sergey M․2017-02-245-15/+6
|
* [ChangeLog] ActualizeSergey M․2017-02-241-0/+20
|
* Suppress help for all deprecated options and print warning when usedSergey M․2017-02-243-9/+20
|
* [lynda:course] Add webpage extraction fallback (closes #12238)Sergey M․2017-02-241-2/+17
|
* [postprocessor/ffmpeg] Add mising space (closes #12232)Sergey M․2017-02-241-2/+1
|
* [devscripts/make_lazy_extractors] Fix making lazy extractors on python 3 ↵Sergey M․2017-02-241-1/+2
| | | | under Windows
* [go] sign all uplynk urls and use geo bypass only for free videos(closes ↵Remita Amine2017-02-231-33/+48
| | | | #12087)(closes #12210)
* [README.md] Clarify sequence types in output template and document numeric ↵Sergey M․2017-02-231-69/+71
| | | | string formatting operations