MatrixSynapse/synapse/rest/media/v1
Patrick Cloke eb39da6782
Move HTML parsing to a separate file for URL previews. (#11566)
* Splits the logic for parsing HTML from the resource handling code.
* Fix a circular import in the oEmbed code (which uses the HTML parsing code).
* Renames some of the HTML parsing methods to:
  * Make it clear which methods are "internal" to the module.
  * Clarify what the methods do.
2021-12-13 17:55:07 +00:00
..
__init__.py
_base.py
config_resource.py
download_resource.py
filepath.py
media_repository.py
media_storage.py
oembed.py Move HTML parsing to a separate file for URL previews. (#11566) 2021-12-13 17:55:07 +00:00
preview_html.py Move HTML parsing to a separate file for URL previews. (#11566) 2021-12-13 17:55:07 +00:00
preview_url_resource.py Move HTML parsing to a separate file for URL previews. (#11566) 2021-12-13 17:55:07 +00:00
storage_provider.py
thumbnail_resource.py
thumbnailer.py
upload_resource.py