Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- add --ap-username and --ap-password option to specify
TV provider username and password in the cmd line
- add --ap-retries option to limit the number of retries
- add --list-ap-msi-ids to list the supported TV Providers
|
|
Provider(closes #10606)
|
|
|
|
|
|
|
|
By default io.open() convert all '\n' occurrences to '\r\n' when writing
files. If the content already contains '\r\n', it will be converted to
'\r\r\n', breaking some video players.
|
|
|
|
|
|
|
|
|
|
|
|
And deprecate the former one
Since commit f1388739002a7fd1e8e9c41b642734786fc6c391, this option is
not limited to China websites, so rename it.
|
|
|
|
The value of ENOENT is architecture-dependent, so don't assume it's
always 2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add fixup for media files produced by HlsNative downloader(fixes #4776)
|
|
|
|
os.name is always 'java' on Jython
|
|
(Closes #8729)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When using the mpegts container hls vidoes can be played while being downloaded (useful if you are recording a live stream).
VLC and mpv play them file, but QuickTime doesn't.
|
|
|
|
|