14474 Commits (6f211dc936dcd1f8ab6f178f8696f5edf2f385a7)
 

Author SHA1 Message Date
Sergey M․ 6f211dc936
Credit @obilodeau for vrak (#11452) 7 years ago
Sergey M․ f24c1e5584
Credit @TobiX for #9725 7 years ago
Sergey M․ 466274fe9a
Credit @p2004a for vodpl (#12122) 7 years ago
Sergey M․ 30f8f142d4
Credit @ThomasChr for #12015 and #12245 7 years ago
Lars Vierbergen a3ba8a7acf [vier] Add support for vijf.be
vier.be and vijf.be run on the same CMS and are property of the same company,
so the same extractor can be used for both of them.
7 years ago
Sergey M․ 054a587de8
[redbulltv] Improve extraction (closes #11948, closes #3919) 7 years ago
Juanjo Benages 64b7ccef3e
[redbulltv] Add extractor 7 years ago
Yen Chi Hsuan 6f4e4132d8
[douyutv] Switch to the PC API to escape the 5-min limitation
Thanks @spacemeowx2 for the algo.

Ref: https://gist.github.com/spacemeowx2/629b1d131bd7e240a7d28742048e80fc

Closes #12316
7 years ago
Sergey M․ eb3079b6ce
[generic] Add support for rutube embeds 7 years ago
Sergey M․ bc82f22879
[rutube] Relax _VALID_URL 7 years ago
Sergey M․ 4d058c9862
[vrak] Improve and update test (closes #11452) 7 years ago
Sergey M․ d16f27ca27
[brightcove:new] Add ability to smuggle geo_countries into URL 7 years ago
Olivier Bilodeau cbb127568a
[vrak] Add extractor 7 years ago
Sergey M․ d02d4fa0a9
[brightcove:new] Raise GeoRestrictedError 7 years ago
Sergey M․ 692fa200ca
[go] Relax _VALID_URL (closes #12341) 7 years ago
Sergey M․ 9bae185ba6
[24video] Use original host for requests (closes #12339) 7 years ago
Sergey M․ 4d345bf17b
[ruutu] Disable DASH formats (closes #12322)
Due to causing out of sync issue
7 years ago
Sergey M․ 250eea6821
release 2017.03.02 7 years ago
Sergey M․ 28d15b73f8
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan 11bb6ad1a5
[facebook] Fix extraction (closes #12323)
Almost all videos now use the pagelet type 'permalink_video_pagelet'
7 years ago
Yen Chi Hsuan c9612c0487
[youtube] Mark errors about rental videos as expected
Closes #12324
7 years ago
Yen Chi Hsuan af5049f128
[adobepass] Add Charter Spectrum (#11465)
Thanks @tv21 for the fix!
7 years ago
Sergey M․ 158af5242e
[utils] Carry long doc string 7 years ago
Sergey M․ 40df485f55
[YoutubeDL] Don't sanitize identifiers (closes #12317) 7 years ago
Sergey M․ 4b8a984c67
[npo] Add support for audio 7 years ago
Sergey M․ 83e8fce628
[npo] Improve extraction and update tests 7 years ago
Sergey M․ aa9cc2ecbf
[npo] Adapt to app.php API (closes #12311) 7 years ago
Sergey M․ 1dc24093f8
release 2017.02.28 7 years ago
Sergey M․ 11bae9cdde
[ChangeLog] Actualize 7 years ago
Sergey M․ 43b38424a9
[azmedien:showplaylist] Improve (closes #12160) 7 years ago
Alex Seiler 948519b35d
[azmedien:showplaylist] Add support for all episodes playlists 7 years ago
Sergey M․ 87dadd456a
[youtube:playlist] Recognize another playlist pattern (closes #11928, closes #12286) 7 years ago
Yen Chi Hsuan 7c4aa6fd6f
[daisuki] Add subtitles (#4738) 7 years ago
Yen Chi Hsuan 9bd05b5a18 [daisuki] Add new extractor (closes #4738) 7 years ago
Yen Chi Hsuan 0a5445ddbe [utils] Add bytes_to_long() and long_to_bytes()
Used in daisuki.net (#4738)

Both are adapted from public domain PyCrypto:
https://github.com/dlitz/pycrypto/blob/master/lib/Crypto/Util/number.py
7 years ago
Yen Chi Hsuan f48409c7ac [utils] Add pkcs1pad
Used in daisuki.net (#4738)
7 years ago
Yen Chi Hsuan c9619f0a17 [aes] Add aes_cbc_encrypt
Used in daisuki.net (#4738)
7 years ago
Yen Chi Hsuan f4c68ba372
[douyu] Fix extraction and update _TESTS
They've switched from flv to hls

Closes #12301
7 years ago
Sergey M․ ef48a1175d
release 2017.02.27 7 years ago
Sergey M․ c6184bcf7b
[ChangeLog] Actualize 7 years ago
Sergey M․ 18abb74376
[npo] Relax _VALID_URL for zapp.nl 7 years ago
Sergey M․ dbc01fdb6f
[hetklokhuis] Fix IE_NAME 7 years ago
Sergey M․ f264c62334
[npo] Add support for zapp.nl 7 years ago
Sergey M․ 0dc5a86a32
[npo] Add support for hetklokhuis.nl (closes #12293) 7 years ago
Sergey M․ 0e879f432a
[youtube:channel] Remove duplicate test 7 years ago
Yen Chi Hsuan 892b47ab6c
[scivee] Remove extractor (#9315)
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.
7 years ago
Alex Seiler fdeea72611 [cda] Decode URL (fixes #12255) 7 years ago
xbe 7fd4655256 [crunchyroll] Extract uploader name that's not a link
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.
7 years ago
Sergey M․ fd5c4aab59
[youtube] Raise GeoRestrictedError 7 years ago
Sergey M․ 8878789f11
[dailymotion] Raise GeoRestrictedError 7 years ago