Commit Graph

297 Commits (28d15b73f8704c6d00efa14948da29843fdb76e5)

Author SHA1 Message Date
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
Sergey M․ 1dc24093f8
release 2017.02.28 7 years ago
Sergey M․ 11bae9cdde
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan 9bd05b5a18 [daisuki] Add new extractor (closes #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
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
Yen Chi Hsuan a5cf17989b
[MDR] Relax _VALID_URL and playerURL matching and update _TESTS
Ref: #12169
7 years ago
Yen Chi Hsuan 9d0c08a02c
[vevo] Fix videos with the new streams/streamsV3 format (closes #11719) 7 years ago
Yen Chi Hsuan db182c63fb
[njpwworld] Add new extractor (closes #11561) 7 years ago
Sergey M․ 204efc8509
release 2017.02.24.1 7 years ago
Sergey M․ 5d3a51e1b9
[ChangeLog] Actualize 7 years ago
Sergey M․ 6b097cff27
release 2017.02.24 7 years ago
Sergey M․ f2f7961820
[ChangeLog] Actualize 7 years ago
Sergey M․ 345b24538b
release 2017.02.22 7 years ago
Sergey M․ 63a29b6118
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan b5869560a4
[crunchyroll] Fix descriptions with double quotes (closes #12124) 7 years ago
Sergey M․ 8c6c88c7da
release 2017.02.21 7 years ago
Sergey M․ 159aaaa9d0
[ChangeLog] Actualize 7 years ago
Sergey M․ 28e35f5070
release 2017.02.17 7 years ago
Sergey M․ cf3704c132
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan fef51645d6
[theplatform] Recognize URLs with whitespaces (closes #12044) 7 years ago
Yen Chi Hsuan a4a554a793
[generic] Try parsing JWPlayer embedded videos (closes #12030) 7 years ago
Sergey M․ 2480b056c1
release 2017.02.16 7 years ago
Sergey M․ 3aa25395aa
[ChangeLog] Actualize 7 years ago
Sergey M․ 58a65ba852
release 2017.02.14 7 years ago
Sergey M․ cedf08ff54
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan f8514630db
[einthusan] Fix extraction (closes #11416)
The old test URLs are no longer valid, so I replace them with the one
from #11416
7 years ago
Yen Chi Hsuan 8d38dafbbf
ChangeLog: update after #12085 7 years ago
Sergey M․ 9b92a5917b
release 2017.02.11 7 years ago
Sergey M․ 3e2274c8b7
[ChangeLog] Actualize 7 years ago
Sergey M․ 55d4de2283
release 2017.02.10 7 years ago
Sergey M․ 61ee556aea
[ChangeLog] Actualize 7 years ago
Sergey M․ 013877298d
release 2017.02.07 7 years ago
Sergey M․ c87f95f991
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan 9c14fe9681
[gaskrank] Minor change and update ChangeLog after #11685 7 years ago
Yen Chi Hsuan 019f4c0371
[bandcamp] Fix extraction for incomplete albums
Closes #11727
7 years ago
Yen Chi Hsuan caf0f5f8b7
[iwara] Fix extraction (closes #11781) 7 years ago
Yen Chi Hsuan e4e50f60b1
[googledrive] Fix extraction on Python 3.6
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()
7 years ago
Sergey M․ a713a86755
release 2017.02.04.1 7 years ago
Sergey M․ 7bccd5fc8a
[ChangeLog] Actualize 7 years ago
Sergey M․ 3144eccf55
[ChangeLog] Actualize 7 years ago
Sergey M․ 31487eb974
release 2017.02.04 7 years ago
Yen Chi Hsuan daac118bf4
[ChangeLog] Update after #11901 7 years ago
Yen Chi Hsuan d7f9242e30
[ChangeLog] Update after #11565 7 years ago
Yen Chi Hsuan a22b2fd19b
[youtube] Fix ytsearch* when cookies are provided
Closes #11924

The API with `page` is no longer used in browsers, and YouTube always
returns {'reload': 'now'} when cookies are provided.

See http://youtube.github.io/spfjs/documentation/start/ for how SPF
works. Basically appending static link with a `spf` parameter yields the
corresponding dynamic link.
7 years ago
Yen Chi Hsuan bd8f48c78b
[bilibili] Support new Bangumi URLs (closes #11845)
To reduce complexity, I don't support old Bangumi URLs directly via
_VALID_URL. Instead, I choose to let it go to generic redirection. An
example can be found in #10190:

http://bangumi.bilibili.com/anime/v/40062
7 years ago
Jaime Marquínez Ferrándiz 020c5df52d [elpais] Fix extraction for some URLs (closes #11765) 7 years ago