Object

ru.shubert.yt

YouTubeQuery

Related Doc: package yt

Permalink

object YouTubeQuery extends Loggable

YouTube obscures download links, requiring urls with special signature in it.

just 4k video http://www.youtube.com/watch?v=Cx6eaVeYXOs

prefix s= https://www.youtube.com/watch?v=UxxajLWwzqY | url_encoded_fmt_stream_map normal s= https://www.youtube.com/watch?v=UxxajLWwzqY | adaptive_fmts normal s= https://www.youtube.com/watch?v=8UVNT4wvIGY | url_encoded_fmt_stream_map

Linear Supertypes
Loggable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YouTubeQuery
  2. Loggable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class SingleStream(urlExploded: Array[String], params: Buffer[NameValuePair]) extends Product with Serializable

    Permalink
  2. case class TagStream(itag: Try[String] = ..., subscription: Try[String] = ..., params: TreeSet[NameValuePair] = mutable.TreeSet[NameValuePair]()) extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val LOG: Logger

    Permalink
    Definition Classes
    Loggable
  5. val ReqConfig: RequestConfig

    Permalink
    Attributes
    protected[ru.shubert.yt]
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getJavaStreams(url: String): Future[Map[Int, String]]

    Permalink

    same as getStreams, but returns empty java map if nothing found

    same as getStreams, but returns empty java map if nothing found

    url

    video url from youtube

    returns

    map of type to url

  13. def getStreams(url: String): Future[Map[Int, String]]

    Permalink

    Scala oriented method that returns possible video streams.

    Scala oriented method that returns possible video streams.

    url

    video url of form https://www.youtube.com/watch?v=ecekSCX3B4Q

    returns

    option contains map of type to video url

  14. def getStreamsFromString(page: String): Future[Map[Int, String]]

    Permalink

    Parse streams from whole page represented by string.

    Parse streams from whole page represented by string.

    page

    youtube video html page

    returns

    optional map of streams

  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. implicit val ordering: Ordering[NameValuePair]

    Permalink
  21. def readStringFromUrl(url: String): Future[String]

    Permalink
    Attributes
    protected[ru.shubert.yt]
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped