631f93ee2d
[facebook] fix tahoe request for authenticated users( closes #16655 )
2018-07-23 06:20:18 +01:00
11330f5121
[facebook] Extract view count and update tests ( closes #16942 )
2018-07-19 02:26:05 +07:00
9b89daefa6
[facebook] Improve extraction ( closes #16554 )
2018-06-02 01:42:05 +07:00
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
68217024e8
remove unnecessary assignment parenthesis
2018-05-26 16:13:54 +01:00
01c742ecd0
[facebook] Support thumbnails ( closes #14416 )
2017-10-10 23:20:38 +08:00
0646e34c7d
[facebook] Add support for plugin video embeds and multiple embeds ( closes #13493 )
2017-06-27 22:38:54 +07:00
66bf351f80
[facebook] Make title optional ( closes #12443 )
2017-03-14 00:38:07 +07:00
11bb6ad1a5
[facebook] Fix extraction ( closes #12323 )
...
Almost all videos now use the pagelet type 'permalink_video_pagelet'
2017-03-02 20:51:24 +08:00
624c4b92ff
[facebook] Add coding cookie
2017-02-11 16:18:45 +07:00
71cdd75628
[facebook] Relax video id matching ( closes #11017 , closes #12055 , closes #12056 )
2017-02-11 01:05:22 +07:00
78ef214d2d
[facebook] Improve JS data regex ( closes #12042 )
2017-02-09 23:42:40 +07:00
5a116e1302
[facebook] Fix title extraction ( closes #11941 )
2017-02-02 22:45:18 +07:00
b83ef507b4
[facebook] Fix extraction ( closes #11926 )
2017-02-01 23:19:20 +07:00
30918999f5
[facebook] Recognize .onion URLs ( closes #11443 )
2016-12-15 01:04:49 +08:00
d2d2495e16
[facebook] Detect login required error message
2016-12-11 01:40:30 +07:00
19b4900b7b
[facebook] Improve video selection ( closes #11390 )
2016-12-11 01:22:01 +07:00
d9ee2e5cf6
[facebook] Remove SWF params so that 1080P are detected
...
Closes #11073
In the provided link, SWF params give up to 720P, and VideoConfig
gives 1080P for both best and bestvideo. I guess all Facebook videos
supports HTML5 now, so I remove the old detection for SWF params
2016-10-30 18:20:55 +08:00
38588ab977
[facebook] Fix for new handleServerJS syntax ( closes #10846 )
...
According to the dump file in #10846 , handleServerJS() now accepts
an optional second argument. It's a string from available dump files.
2016-10-07 20:04:49 +08:00
349fc5c705
[facebook:plugins:video] Add extractor ( Closes #10530 )
2016-09-02 21:13:50 +07:00
196c6ba067
[facebook] Extract timestamp ( Closes #10508 )
2016-08-31 22:12:37 +07:00
b4a131e1a5
[facebook] Relax _VALID_URL ( Closes #10151 )
2016-07-24 04:36:49 +07:00
6daf34a045
[facebook] Fix typo and break when found video_data ( Closes #10048 )
2016-07-09 21:25:07 +07:00
cedc70b292
[facebook] Fix invalid video being extracted ( Closes #9851 )
2016-07-09 00:28:07 +07:00
369bb06206
[facebook] Improve embed detection ( #5701 )
2016-07-03 14:11:29 +08:00
6a424391d9
[facebook] Make embed detection stricter to prevent false-positives
2016-07-02 23:15:55 +08:00
fd6ca38262
[facebook] Improve Facebook embedded detection
...
Related to #9938 .
Another example comes from 9834872bf6
.
2016-07-02 21:58:07 +08:00
ca74c90bf5
Fix issue downloading facebook videos
...
youtube-dl expects the format items to be returned as a list,
but when there's only one item Facebook returns a dict instead,
this wraps the dict in a list if necessary
2016-06-22 12:52:15 +01:00
e738e43358
[facebook] Support videos in groups
...
Viewing/Downloading videos in groups requires logging in, even for
those in public groups.
Fixes #6951 .
2016-03-11 16:20:27 +08:00
f6f6217a98
[facebook] Don't override variable in list comprehension
2016-03-10 15:17:04 +01:00
5080cbf9fd
[facebook] Handle escaped swf params
...
Fixes #8713
2016-03-10 15:26:32 +08:00
9880124196
[facebook] Fix for m.facebook.com URLs
2016-03-10 14:59:30 +08:00
9c7b509b2a
[facebook] Merge FacebookPostIE into FacebookIE
...
Fixes #8713
2016-03-10 14:59:30 +08:00
c24883a1c0
[facebook] Fix format sorting
...
'hd' formats should have higher priorities
2016-02-24 03:43:24 +08:00
efbeddead3
[facebook] Support mobile URLs ( closes #8638 )
2016-02-23 13:17:24 +08:00
cb64ccc715
[facebook] Improve error handling ( #8572 )
2016-02-16 09:07:38 +08:00
91cb6b5065
rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespace
2016-02-06 14:03:48 +01:00
c11875b328
[facebook] use _parse_mpd
2016-02-02 18:11:16 +01:00
248ae880b6
[facebook] Add md5 for the test case with DASH
2016-01-30 23:01:19 +08:00
c94678957f
[common] Remove unused arguments
2016-01-30 22:45:16 +08:00
16f38a699f
[common] Rename to namespace
...
For consistency with _parse_smil_*
2016-01-30 22:40:56 +08:00
0803753fea
[facebook] Add support for DASH manifests
2016-01-30 21:31:53 +08:00
c140629995
[facebook] Support alternative webpage form
...
Fixes #8371
2016-01-30 19:33:22 +08:00
de691a498d
[facebook:post] Add extractor ( Closes #8321 )
2016-01-25 22:18:34 +06:00
2e6e742c3c
[facebook] Add shortcut and reformat _VALID_URL
2016-01-25 22:15:21 +06:00
dfb1b1468c
Fix typos
...
Closes #8200 .
2016-01-10 17:24:28 +01:00
c1f49e1684
[facebook] Fix authentication
2015-12-28 21:37:02 +06:00
9f66931e16
[facebook] Extract login error
2015-12-28 21:20:09 +06:00
9b9c5355e4
Rename error_to_str to error_to_compat_str
2015-12-20 07:00:39 +06:00
7f8b271465
Properly convert errors to strings
2015-12-20 05:27:38 +06:00