12345678910111213141516171819202122232425262728293031323334353637383940 |
- 2019-05-25 Jesús E. <heckyel@hyperbola.info>
- * general: Improve standar syntax
- * tools/init.php: BugFix boolean validation URL and
- added function video_exists.
- * tools/processor.php: BugFix boolean validation URL.
- 2019-05-24 Jesús E. <heckyel@hyperbola.info>
- * templates/embed.tpl: Fix margin and padding styles into embed.
- Added nodes for DRM videos
- * tools/init.php: Standardizes URL validation function,
- this helps to read the code better.
- 2019-05-23 Jesús E. <heckyel@hyperbola.info>
- * tools/init.php: Function that checks URL exists
- * tools/processor.php: Multiples Bugfixes and added feature
- breaking DRM
- ;; Local Variables:
- ;; coding: utf-8
- ;; End:
- Copyright (C) 2017-2019 Jesús E.
- This file is part of YTLibre.
- YTLibre program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Affero General Public License as
- published by the Free Software Foundation, either version 3 of the License,
- or (at your option) any later version.
- YTLibre is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU Affero General Public License for more details.
- You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>.
|