Screenshot/ Thumbnail setting for Youtube video download

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Screenshot/ Thumbnail setting for Youtube video download

    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

    PHP Code:
     $attrs $media->group->thumbnail[0]->attributes(); 
    and replace/edit
    Code:
    thumbnail[0]
    to
    Code:
    thumbnail[1]
    im posting image which will help to understand.

    sigpic

    #2
    I think is more than a month since they changed the thumb .
    I use http://i.ytimg.com/vi/VIDEO_ID_HERE/1.jpg , 2.jpg or 3.jpg
    Unamos los corazones,hoy todos somos multicolores!

    Comment


      #3
      Originally posted by morency View Post
      I think is more than a month since they changed the thumb .
      I use http://i.ytimg.com/vi/VIDEO_ID_HERE/1.jpg , 2.jpg or 3.jpg
      Yeah you are right, Its been long time they changed it.

      their 0.jpg is in large size.
      So, there is no other choice for us without using 1 2 3.jpg or imagecreate.

      I posted this topic for those users who don't know how to do it.
      sigpic

      Comment

      Working...
      X