Merge upstream changes on Description fragments with relative utilities update:
- Upstream pulled up a
BaseDescriptionFragment and use it in Channel's about tab, and introduced
a model class Image in extractor to improve avatars and thumbnails extracting.
- All image url extracting method are replaced with corresponding
Image collection extracting
method, but I
kept the legacy codes and redirected to the legacy since we can not afford large changes on
"unmaintained" services.
- refactoring of
TextLinkifier with new text-span utils from upstream.
This as well results in supporting various size images extracting instead of one url in Metadata
section.
This requires correspond extractor/client PR.
Merge upstream changes on Description fragments with relative utilities update:
1) Upstream pulled up a `BaseDescriptionFragment` and use it in Channel's about tab, and introduced
a model class `Image` in extractor to improve avatars and thumbnails extracting.
2) All image url extracting method are replaced with corresponding `Image` collection extracting
method, but I
kept the legacy codes and redirected to the legacy since we can not afford large changes on
"unmaintained" services.
3) refactoring of `TextLinkifier` with new text-span utils from upstream.
This as well results in supporting various size images extracting instead of one url in Metadata
section.
**This requires correspond extractor/client PR.**