aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/facebook.py
AgeCommit message (Collapse)Author
2018-07-19[facebook] Extract view count and update tests (closes #16942)Sergey M․
2018-06-02[facebook] Improve extraction (closes #16554)Sergey M․
2018-06-02[facebook] Add support for tahoe player videos (closes #15441)Nathan Rossi
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-05-26remove unnecessary assignment parenthesisRemita Amine
2017-10-10[facebook] Support thumbnails (closes #14416)Yen Chi Hsuan
2017-06-27[facebook] Add support for plugin video embeds and multiple embeds (closes ↵Sergey M․
#13493)
2017-03-14[facebook] Make title optional (closes #12443)Sergey M․
2017-03-02[facebook] Fix extraction (closes #12323)Yen Chi Hsuan
Almost all videos now use the pagelet type 'permalink_video_pagelet'
2017-02-11[facebook] Add coding cookieSergey M․
2017-02-11[facebook] Relax video id matching (closes #11017, closes #12055, closes #12056)Sergey M․
2017-02-09[facebook] Improve JS data regex (closes #12042)Sergey M․
2017-02-02[facebook] Fix title extraction (closes #11941)Sergey M․
2017-02-01[facebook] Fix extraction (closes #11926)Sergey M․
2016-12-15[facebook] Recognize .onion URLs (closes #11443)Yen Chi Hsuan
2016-12-11[facebook] Detect login required error messageSergey M․
2016-12-11[facebook] Improve video selection (closes #11390)Sergey M․
2016-10-30[facebook] Remove SWF params so that 1080P are detectedYen Chi Hsuan
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-07[facebook] Fix for new handleServerJS syntax (closes #10846)Yen Chi Hsuan
According to the dump file in #10846, handleServerJS() now accepts an optional second argument. It's a string from available dump files.
2016-09-02[facebook:plugins:video] Add extractor (Closes #10530)Sergey M․
2016-08-31[facebook] Extract timestamp (Closes #10508)Sergey M․
2016-07-24[facebook] Relax _VALID_URL (Closes #10151)Sergey M․
2016-07-09[facebook] Fix typo and break when found video_data (Closes #10048)Sergey M․
2016-07-09[facebook] Fix invalid video being extracted (Closes #9851)Sergey M․
2016-07-03[facebook] Improve embed detection (#5701)Yen Chi Hsuan
2016-07-02[facebook] Make embed detection stricter to prevent false-positivesYen Chi Hsuan
2016-07-02[facebook] Improve Facebook embedded detectionYen Chi Hsuan
Related to #9938. Another example comes from 9834872bf63b4e03b66c5e3b8f306556e735d8c5.
2016-06-22Fix issue downloading facebook videosShai Coleman
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-03-11[facebook] Support videos in groupsYen Chi Hsuan
Viewing/Downloading videos in groups requires logging in, even for those in public groups. Fixes #6951.
2016-03-10[facebook] Don't override variable in list comprehensionJaime Marquínez Ferrándiz
2016-03-10[facebook] Handle escaped swf paramsYen Chi Hsuan
Fixes #8713
2016-03-10[facebook] Fix for m.facebook.com URLsYen Chi Hsuan
2016-03-10[facebook] Merge FacebookPostIE into FacebookIEYen Chi Hsuan
Fixes #8713
2016-02-24[facebook] Fix format sortingYen Chi Hsuan
'hd' formats should have higher priorities
2016-02-23[facebook] Support mobile URLs (closes #8638)Yen Chi Hsuan
2016-02-16[facebook] Improve error handling (#8572)Yen Chi Hsuan
2016-02-06rename _parse_mpd to _parse_mpd_formats and add default value for mpd namespaceremitamine
2016-02-02[facebook] use _parse_mpdremitamine
2016-01-30[facebook] Add md5 for the test case with DASHYen Chi Hsuan
2016-01-30[common] Remove unused argumentsYen Chi Hsuan
2016-01-30[common] Rename to namespaceYen Chi Hsuan
For consistency with _parse_smil_*
2016-01-30[facebook] Add support for DASH manifestsYen Chi Hsuan
2016-01-30[facebook] Support alternative webpage formYen Chi Hsuan
Fixes #8371
2016-01-25[facebook:post] Add extractor (Closes #8321)Sergey M․
2016-01-25[facebook] Add shortcut and reformat _VALID_URLSergey M․
2016-01-10Fix typosJakub Wilk
Closes #8200.
2015-12-28[facebook] Fix authenticationSergey M․
2015-12-28[facebook] Extract login errorSergey M․
2015-12-20Rename error_to_str to error_to_compat_strSergey M․
2015-12-20Properly convert errors to stringsSergey M․
2015-11-30[facebook] Make alternative title optional (Closes #7700)Sergey M․