haruhi-dl/youtube_dl
Nathan Rossi 9d082e7cb8
[facebook] Add support for tahoe player videos (closes #15441)
Specific videos appear to use a newer/different player, this requires a
second request for the video data as the initial request is missing the
specified data.

Additionally these videos have different page content for the uploader
value, which is stored in the `<meta property="og:title"...>` element of
the initial request.
2018-06-02 01:32:53 +07:00
..
downloader [downloader/rtmp] Generalize download messages and report time elapsed on finish 2018-05-26 22:22:58 +07:00
extractor [facebook] Add support for tahoe player videos (closes #15441) 2018-06-02 01:32:53 +07:00
postprocessor [postprocessor/embedthumbnail] Skip embedding when there aren't any thumbnails 2018-02-25 19:33:13 +07:00
__init__.py Improve geo bypass mechanism 2018-05-02 07:20:59 +07:00
__main__.py [refactor] Single quotes consistency 2016-02-14 15:37:17 +06:00
aes.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
cache.py Use expand_path where appropriate (closes #12556) 2017-03-26 02:31:16 +07:00
compat.py [compat] Mute some F821 under python 3 2018-02-02 03:18:22 +07:00
jsinterp.py [jsinterp] Fix typo and cleanup regexes (closes #13134) 2017-05-18 22:57:38 +07:00
options.py Remove experimental mark for some options 2018-05-19 23:53:24 +07:00
socks.py [socks] Report errors elegantly when credentails are required but missing 2017-04-22 21:48:41 +08:00
swfinterp.py Update coding style after pycodestyle 2.1.0 2016-11-17 19:45:42 +08:00
update.py Revert "Respect --prefer-insecure while updating (closes #15497)" 2018-02-27 22:30:08 +07:00
utils.py [openload] Improve ext extraction 2018-06-02 00:16:22 +07:00
version.py release 2018.05.30 2018-05-30 21:54:30 +07:00
YoutubeDL.py Remove experimental mark for some options 2018-05-19 23:53:24 +07:00