Commit Graph

258 Commits (2ab2c0d1f53f66614eda4fefb042e851e78097f0)

Author SHA1 Message Date
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
Sergey M․ 5069594993
release 2017.02.01 7 years ago
Sergey M․ b996b88092
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan 000f207944
[prosiebensat1] Update ChangeLog 7 years ago
Sergey M․ d7e215b42d
release 2017.01.31 7 years ago
Sergey M․ 3a528ffd89
[ChangeLog] Actualize 7 years ago
Sergey M․ 4d2fdb07c4
release 2017.01.29 7 years ago
Sergey M․ fe323a4800
[ChangeLog] Actualize 7 years ago
Sergey M․ d41ed6d243
release 2017.01.28 7 years ago
Sergey M․ 815d2a36d8
[ChangeLog] Actualize 7 years ago
Sergey M․ 2417d41535
release 2017.01.25 7 years ago
Sergey M․ 2c302cf66b
[ChangeLog] Actualize 7 years ago
Sergey M․ c3a65c3de0
release 2017.01.24 7 years ago
Sergey M․ ee4c091ce5
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan bc35ed3fb6
[nextmedia] Add support for NextTV (壹電視) 7 years ago
Sergey M․ 9d5b29c881
release 2017.01.22 7 years ago
Sergey M․ 6c031a35f3
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan 7c20b7484c
[nextmedia] Support redirected URLs 7 years ago
Yen Chi Hsuan 4447fb2332
[cspan] Support Ustream embedded videos
Closes #11547
7 years ago
Sergey M․ 1560baacc6
release 2017.01.18 7 years ago
Sergey M․ 460f61fac4
[ChangeLog] Actualize 7 years ago
Sergey M․ c1c2fe2045
release 2017.01.16 7 years ago
Sergey M․ ddd53c392e
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan 16e2c8f771
[brightcove] Recognize another player ID
Closes #11688
7 years ago
Yen Chi Hsuan dcae7b3fdc
[niconico] Allow login via cookies
Some codes are borrowed from #7968, which is by @jlhg

Closes #7968
7 years ago
Sergey M․ 5d4c7daa49
release 2017.01.14 7 years ago
Sergey M․ 0b94510cd0
[ChangeLog] Actualize 7 years ago
Sergey M․ 31ea2ad89d
release 2017.01.10 7 years ago
Sergey M․ 2184d44361
[ChangeLog] Actualize 7 years ago
Philipp Hagemeister bfedb2cc5a small fix to Changelog format 7 years ago
Philipp Hagemeister 8084951b7f [egghead:course] Add support for egghead.io course playlists
Individual egghead videos are already handled by the generic/Wistia extractors.
7 years ago
Sergey M․ e7ea724cb9
release 2017.01.08 7 years ago
Sergey M․ e60166020b
[ChangeLog] Actualize 7 years ago
Yen Chi Hsuan 1219201143
[ChangeLog] Update after #11581
[ci skip]
7 years ago
Yen Chi Hsuan 24d8a75982
[discoverygo] Fix JSON data parsing
HTMLParser, which is used by extract_attributes, already unescapes
attribute values with HTMLParser.unescape. They shouldn't be unescaped
again, to there may be parsing errors.

Ref: #11219, #11522
7 years ago
Sergey M․ 7232bb299b
release 2017.01.05 7 years ago
Sergey M․ 2b12e34076
[ChangeLog] Actualize 7 years ago
Sergey M․ 2021b650dd
release 2017.01.02 7 years ago
Sergey M․ b890caaf21
[ChangeLog] Actualize 7 years ago
Sergey M․ dc48a35404
release 2016.12.31 7 years ago