mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add more license headers
This commit is contained in:
parent
73b5b60ac3
commit
3259223c9c
4 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// @license http://www.gnu.org/licenses/agpl-3.0.html AGPL-3.0
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
function playVideo(overlay) {
|
||||
const video = overlay.parentElement.querySelector('video');
|
||||
const url = video.getAttribute("data-url");
|
||||
|
|
|
|||
Loading…
Reference in a new issue