At current stage,
youtube downloading site's thumbnails are appearing in large size.
so,
here is solution.
on your php code (in all files) find
and replace/edit
to
im posting image which will help to understand.
youtube downloading site's thumbnails are appearing in large size.
so,
here is solution.
on your php code (in all files) find
PHP Code:
$attrs = $media->group->thumbnail[0]->attributes();
Code:
thumbnail[0]
Code:
thumbnail[1]
Comment