aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/facebook.py
Commit message (Collapse)AuthorAgeFilesLines
* [ie/facebook] Fix webpage extraction (#7890)ringus12023-09-051-12/+29
| | | | Closes #7901 Authored by: ringus1
* [ie/facebook] Add dash manifest URL (#7743)ringus12023-08-011-1/+2
| | | | Fixes #7742 Authored by: ringus1
* [ie/facebook:reel] Fix extraction (#7564)Văn Anh2023-07-151-29/+54
| | | | Closes #7469 Authored by: demon071, bashonly
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-7/+7
| | | | Authored by: coletdjnz, pukkandan
* [extractor/facebook] Fix metadata extraction (#6856)ringus12023-05-081-5/+9
| | | | Closes #3432 Authored by: ringus1
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-7/+5
|
* [extractor/facebook] Add reel support (#4660)bashonly2022-08-151-0/+27
| | | | Closes #4039 Authored by: bashonly
* [extractors] Use new framework for existing embeds (#4307)pukkandan2022-08-021-15/+7
| | | | | | | `Brightcove` is difficult to migrate because it's subclasses may depend on the signature of the current functions. So it is left as-is for now Note: Tests have not been migrated
* [compat] Remove more functionspukkandan2022-06-251-3/+3
| | | | Removing any more will require changes to a large number of extractors
* bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵pukkandan2022-04-191-4/+2
| | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472
* [facebook] Improve thumbnail extraction (#3392)Akmal2022-04-121-1/+2
| | | Authored by: Wikidepia
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Misc fixespukkandan2022-04-051-2/+4
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-181-9/+2
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [utils] Add `get_first`pukkandan2022-03-091-5/+4
|
* [facebook] Fix extraction from groupspukkandan2022-01-131-34/+29
| | | | Closes #2264, related: #2320
* [facebook] Improve title and uploader extractionpukkandan2022-01-111-24/+27
| | | | Closes #1943, closes #795
* [facebook] Parse dash manifestspukkandan2022-01-021-7/+12
|
* [Facebook] Handle redirect URLspukkandan2021-12-201-0/+41
| | | | Closes #1035
* [facebook] Fix format sortingpukkandan2021-09-011-2/+3
| | | | Closes #795
* [facebook] Update onion URL (#788)Robin2021-08-251-2/+2
| | | Authored by: Derkades
* [facebook] Fix metadata extractionpukkandan2021-08-231-38/+84
| | | | | | | Original PR: https://github.com/ytdl-org/youtube-dl/pull/29796 Closes #453, https://github.com/ytdl-org/youtube-dl/issues/29421, https://github.com/ytdl-org/youtube-dl/issues/23627, https://github.com/ytdl-org/youtube-dl/issues/23180, https://github.com/ytdl-org/youtube-dl/issues/14156 Authored by: kikuyan
* [facebook] Extract description and fix titlepukkandan2021-07-021-9/+5
| | | | Partially fixes: #453
* Update to ytdl-commit-c2350capukkandan2021-06-081-1/+4
| | | | | Update MSVC 2010 redist URL https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2
* [utils] Add `network_exceptions`pukkandan2021-05-041-4/+2
|
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-2/+0
| | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
* Fix inconsistent use of `report_warning`pukkandan2021-04-171-3/+3
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+706
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan