blob: f9e3a00bb8e5d496c66c736f3c47fd5afde2bd6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
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/>.
|