
Best Answer eric, 12 August 2013 - 08:35 PM
This will be released with TubePress 3.1.2. In the meantime, you can make a single change to the following file:
tubepress/src/main/php/add-ons/youtube/classes/tubepress/addons/youtube/impl/options/YouTubeOptionsProvider.php
Simply change line 239 from
$option->setValidValueRegex($_regexWordChars);
to
$option->setValidValueRegex('/[\w-]+/');
You can also view this change in the commit on GitHub.
Give it a try and let us know. Thanks!
Go to the full post