Jump to content
UBot Underground

pash

Fellow UBotter
  • Content Count

    3523
  • Joined

  • Last visited

  • Days Won

    167

Posts posted by pash

  1.  

    set(#yt transcription,$plugin function("Advanced Google YouTube V3.dll", "$youtube get video transcripts", #yt video url),"Global")
     
     
    Does not seem to be transcribing the video
     
    Youtube id for testing
    MiiN3fAIwSg
     
     
    Would also be good to have some sort of monitor we can use for showing movement on progress of transcription and for the download youtube video option

     

    1. Videos without subtitle cannot be used.

    2. Library not supported


  2. clear list(%newlist)
    add list to list(%newlist,$list from file("C:\\Users\\David\\Desktop\\daves.txt"),"Delete","Global")
    ui stat monitor("Stat:","{$list position(%newlist)} of {$list total(%newlist)}")
    set list position(%newlist,0)
    loop($list total(%newlist)) {
        set(#Debug,$next list item(%newlist),"Global")
        wait(0.1)
    }


    clear list(%newlist)
    add list to list(%newlist,$list from file("C:\\Users\\David\\Desktop\\daves.txt"),"Delete","Global")
    ui stat monitor("Stat:","{#loop} of {$list total(%newlist)}")
    set list position(%newlist,0)
    set(#loop,0,"Global")
    loop($list total(%newlist)) {
        increment(#loop)
        set(#Debug,$next list item(%newlist),"Global")
        wait(1)
    }
  3. 4.3.2.0 (BETA) (Warning: Your old code can not be used with the new version of the plugin.)

    youtube search list: add and change Parameter "channelType, eventType, forContentOwner, forDeveloper, forMine, location, locationRadius, onBehalfOfContentOwner, order, publishedAfter, publishedBefore, regionCode, relatedToVideoId, relevanceLanguage, safeSearch, topicId, type, videoCaption, videoCategoryId, videoDefinition, videoDimension, videoDuration, videoEmbeddable, videoLicense, videoSyndicated, videoType"

×
×
  • Create New...