Age | Commit message (Collapse) | Author |
|
|
|
|
|
Corrected unnecessary test
Sane variable naming
RTMP all .flv & url_id for _download_webpage()
Corrected all outstanding issues, next up is a squash!
|
|
|
|
|
|
When determining the title of the page, use the <title> tag of the page
|
|
|
|
The "www." part of the URL is not mandatory
|
|
|
|
|
|
This is now covered by compat_urllib_parse_urlencode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Do not ignore data, headers and query for Requests
* Default values for headers and query switched to dicts since these are used by urllib itself
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Following the idea proposed in 19dbaeece321c51fa336ef142507adf440e22e22
|
|
Bug introduced in daef04a4e75ccd2ff5e2d2495baa0ac9bcf75724.
|
|
|
|
previously extraction has been delegated to crackle to extract more info
and subtitles #6106 but some of the episodes can't be extracted using
crackle #8995.
|
|
In order not to wait for the next release
|
|
|
|
|
|
|
|
|
|
|