aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/facebook.py
Commit message (Collapse)AuthorAgeFilesLines
* [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