mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
Merge pull request #283 from teromene/pmaziere-YoutubeBridgeFix
Pull request from pmaziere - Fix encoding in YoutubeBridge.
This commit is contained in:
commit
66c79e4b67
@ -118,7 +118,7 @@ class YoutubeBridge extends BridgeAbstract {
|
||||
|
||||
private function ytBridgeFixTitle($title) {
|
||||
// convert both Ӓ and " to UTF-8
|
||||
return html_entity_decode(mb_convert_encoding(trim($title), 'UTF-8', 'HTML-ENTITIES'));
|
||||
return html_entity_decode($title,ENT_QUOTES,'UTF-8');
|
||||
}
|
||||
|
||||
public function collectData(array $param) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user