ChangeLog 1.4 KB

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