ru.shubert.yt

YouTubeQuery

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val LOG: Logger

    Definition Classes
    Loggable
  7. val ReqConfig: RequestConfig

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

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

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

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

    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

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

    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

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

    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

  17. def hashCode(): Int

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

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

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

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

  23. def readStringFromUrl(url: String): Future[String]

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped