You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
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
..
downloader [downloader/external:ffmpeg] minimize the use of aac_adtstoasc filter 7 years ago
extractor [youtube] Fix ytsearch* when cookies are provided 7 years ago
postprocessor Fix "invalid escape sequences" error on Python 3.6 7 years ago
YoutubeDL.py added --autonumber-start NUMBER as a command line option to be able to offset the index at which autonumber formats filenames 7 years ago
__init__.py [options] Refactor autonumber options and add validation (closes #727, closes #2702, closes #9362) 7 years ago
__main__.py
aes.py Update coding style after pycodestyle 2.1.0 8 years ago
cache.py
compat.py [compat] add compat_etree_register_namespace to __all__ list 7 years ago
jsinterp.py [youtube] Fix extraction (closes #11663, #11664) 7 years ago
options.py [options] Refactor autonumber options and add validation (closes #727, closes #2702, closes #9362) 7 years ago
socks.py [socks] Refine exception model for better error handling 8 years ago
swfinterp.py Update coding style after pycodestyle 2.1.0 8 years ago
update.py [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718) 8 years ago
utils.py [utils] Improve parse_duration 7 years ago
version.py release 2017.02.01 7 years ago