Commit Graph

124 Commits (797c636bcb02d1199015b753d26430eec13c4b2b)

Author SHA1 Message Date
Remita Amine 797c636bcb [ap] improve adobe pass names and parse error handling
Remita Amine 5712c0f426 [adobepass] remove unnecessary option
Remita Amine 1b6712ab23 [adobepass] add specific options for adobe pass authentication
- 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
Remita Amine 7a7309219c [adobepass] add an option to specify mso_id and support for ROGERS TV Provider(closes )
Sergey M․ 9603b66012
Introduce --skip-unavailable-fragments
Sergey M․ 8b2dc4c328
[options] Remove output template description from --help
Same reasons as for --format
Sergey M․ 7aa589a5e1
Fix --min/max-sleep-interval wording
singh-pratyush96 065bc35489
Add --max-sleep-interval (Closes )
Philipp Hagemeister 3aa9a73554 [options] Hide --password=secret in verbose output
Sergey M․ 1251565ee0
[options] Rollback old behavior for configuratio files' encoding
Until agreed with some solution
Philipp Hagemeister 30d22dae8e [options] Do not decode Unicode on Python 2.x
The configuration file contents are being returned as unicode now, so decoding them is no longer necessary.
(Run python2 with -3 to see the warning before this commit)
Yen Chi Hsuan 38cce791c7
Rename --cn-verfication-proxy to --geo-verification-proxy
And deprecate the former one

Since commit f138873900, this option is
not limited to China websites, so rename it.
Jaime Marquínez Ferrándiz 9e29ef13a3
[options] Accept quoted string across multiple lines ()
Like:

    -f "
    bestvideo+bestaudio/
    best
    "
Sergey M․ 244fe977fe
[options] Add --load-info-json alias for symmetry with --write-info-json
Sergey M․ 8ec2b2c41c
[options] Add --limit-rate alias for rate limiting option
Closes 
In order to follow regular --verb-noun pattern and better conformity with wget and curl
Yen Chi Hsuan 6ddb4888d2
[options] Update --proxy description for SOCKS proxies
Sergey M․ bf09af3acb
Add --hls-prefer-ffmpeg
Sergey M․ 870d525848
[options] Remove experimental mark for --hls-prefer-native
Sergey M 4333d56494 Merge pull request from dstftw/fragment-retries
Add --fragment-retries option (Fixes )
Sergey M․ 40025ee2a3 [postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes )
Sergey M․ 52bb437e41 [options] Add --fragment-retries option
Sergey M․ 90f794c6c3 [options] Add --no-mark-watched ()
Sergey M․ d77ab8e255 Add --mark-watched feature (Closes )
Sergey M․ 611c1dd96e [refactor] Single quotes consistency
Sergey M․ 53be8894e4 [options] Add missing closing parenthesis
Jaime Marquínez Ferrándiz 7d106a65ca Add --hls-use-mpegts option
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.
Sergey M․ 1ca59daca9 [options] Clarify language tags
Sergey M․ f5bc4b5f95 [options] Prefer --convert-subs spelling
Yen Chi Hsuan 4b3fbafdd2 [options] Changed wording for --list-formats
As proposed by @dstftw at 9bff48a0e7
Yen Chi Hsuan 9bff48a0e7 [options] Clarify --list-formats needs videos (closes )
Rastislav Barlik 741dd8ea65 Clarify that automatic subtitles are generated.
It wasn't clear what automatic word mean.
Yen Chi Hsuan 5495937f46 [options] Cleanup double spaces in help texts
Sergey M․ cab792abe5 [options] Use compat_shlex_split
Sergey M․ 804c343a4f [options] Clarify extractors supporting videopassword
Sergey M․ 4eb59a6b1c [options] Fix a typo ()
Sergey M․ f72b0a6032 Revert xvid to avi and make docs to be similar to existing external downloader option
Sergey M․ ac9ed061ec Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
Aurélio A. Heckert 1866432db7 Rename --pp-params to --postprocessor-args and access value as super class attribute
Sergey M. c608ee491f Merge pull request from dstftw/union-itags-from-multiple-dashmpd
[youtube] Extract formats from multiple DASH manifests (Closes )
Sergey M․ b2575b38e7 [options] Clarify --youtube-skip-dash-manifest
Sergey M․ 00334d0de0 [options] Add missing whitespace and split lines
Sergey M. 3c3b4176bd Merge pull request from dstftw/force-generic-extractor
Add --force-generic-extractor
Aurélio A. Heckert 14835de9fb Use shlex.split for --pp-params and update related docs.
Sergey M․ 5774ef35c4 [options] Add missing whitespace for --fixup description
Sergey M․ d22dec74ff Add `--force-generic-extractor`
For some extractors that are hard to workout a good _VALID_URL we use very vague and unrestrictive ones,
e.g. just allowing anything after hostname and capturing part of URL as id.
If some of these extractors happen to have an video embed of some different hoster or platform
and this scenario was not handled in extractor itself we end up with inability to download this embed
until extractor is fixed to support embed of this kind.
Forcing downloader to use the generic extractor can be a neat temporary solution for this problem.
Example: FiveTV extractor with Tvigle embed - http://www.5-tv.ru/rabota/broadcasts/48/
Aurélio A. Heckert d84f1d14b5 Adds support for XviD output with extra parametrization
As the "LG Time Machine" (a (not so) smart TV) has a limitation for video dimensions (as for codecs), I take to implement an extra parameter `--pp-params` where we can send extra parameterization for the video converter (post-processor).

Example:
```
$ youtube-dl --recode-video=xvid --pp-params='-s 720x480' -c https://www.youtube.com/watch?v=BE7Qoe2ZiXE
```
That works fine on a 4yo LG Time Machine.

Closes 
Sergey M․ 9836cfb8d6 [options] Clarify `--list-extractors` (Closes )
Jaime Marquínez Ferrándiz 79979c6897 Clarify that --dump-pages encodes the pages using base64 ()
Sergey M․ 663004ac2b [options] Clarify `--metadata-from-title` additional templates
Sergey M․ 0669c89c55 [options] Clarify `--write-annotations` help