youtube-dl
7 years agoCredit @motophil for gaskrank.py (#11685)
Yen Chi Hsuan [Sun, 5 Feb 2017 16:37:56 +0000 (00:37 +0800)]
Credit @motophil for gaskrank.py (#11685)

7 years ago[gaskrank] Minor change and update ChangeLog after #11685
Yen Chi Hsuan [Sun, 5 Feb 2017 16:24:36 +0000 (00:24 +0800)]
[gaskrank] Minor change and update ChangeLog after #11685

7 years ago[gaskrank] Add new extractor (#11685)
motophil [Sun, 5 Feb 2017 16:19:37 +0000 (17:19 +0100)]
[gaskrank] Add new extractor (#11685)

* [gaskrank] Add new extractor

* [gaskrank] Add new extractor - fixes as requested

* [gaskrank] Add new extractor - style fix

* [Gaskrank] Add new extractor - requested fixes

* [Gaskrank] Add new extractor - fix md5 checksum

* [gaskrank] Add new extractor - more requested fixes

* [Gaskrank] Add new extractor - fixed all but one quantified code issues

* [Gaskrank] add new extractor - more fields extracted, added second test

* [Gaskrank] Add new extractor - requested fixes.

* [Gaskrank] Add new extractor - requested changes.

* [Gaskrank] Add new extractor - final(?) fixes.

7 years ago[bandcamp] Fix extraction for incomplete albums
Yen Chi Hsuan [Sun, 5 Feb 2017 14:47:04 +0000 (22:47 +0800)]
[bandcamp] Fix extraction for incomplete albums

Closes #11727

7 years ago[iwara] Add width (closes #11724)
Yen Chi Hsuan [Sun, 5 Feb 2017 14:30:13 +0000 (22:30 +0800)]
[iwara] Add width (closes #11724)

The heuristic is from #11724

7 years ago[iwara] Fix extraction (closes #11781)
Yen Chi Hsuan [Sun, 5 Feb 2017 13:48:13 +0000 (21:48 +0800)]
[iwara] Fix extraction (closes #11781)

7 years ago[googledrive] Fix extraction on Python 3.6
Yen Chi Hsuan [Sun, 5 Feb 2017 13:41:08 +0000 (21:41 +0800)]
[googledrive] Fix extraction on Python 3.6

Since Python 3.6, invalid escape sequences are deprecated. It's likely
that there are invalid escape sequences somewhere on the webpage, so
instead of unescaping the whole webpage, just unescape the URL.

See https://bugs.python.org/issue27364. That change was designed for
string literals, while it affects the 'unicode_escape' encoding as well.
The code path is:

str.decode('unicode_escape')
    codecs.unicode_escape_decode()
        PyUnicode_DecodeUnicodeEscape()

7 years ago[videopress] Add extractor
Sergey M․ [Sun, 5 Feb 2017 06:37:27 +0000 (13:37 +0700)]
[videopress] Add extractor

7 years ago[sportbox] PEP 8
Sergey M․ [Sun, 5 Feb 2017 06:36:52 +0000 (13:36 +0700)]
[sportbox] PEP 8

7 years ago[travis] Add python 3.6
Sergey M․ [Sat, 4 Feb 2017 19:41:22 +0000 (02:41 +0700)]
[travis] Add python 3.6

7 years ago[afreecatv] extract rtmp formats
Remita Amine [Sat, 4 Feb 2017 17:18:03 +0000 (18:18 +0100)]
[afreecatv] extract rtmp formats

7 years agorelease 2017.02.04.1
Sergey M․ [Sat, 4 Feb 2017 16:26:39 +0000 (23:26 +0700)]
release 2017.02.04.1

7 years ago[ChangeLog] Actualize
Sergey M․ [Sat, 4 Feb 2017 16:23:38 +0000 (23:23 +0700)]
[ChangeLog] Actualize

7 years ago[ChangeLog] Actualize
Sergey M․ [Sat, 4 Feb 2017 16:22:28 +0000 (23:22 +0700)]
[ChangeLog] Actualize

7 years ago[twitch:stream] Improve _VALID_URL (closes #11971)
Sergey M․ [Sat, 4 Feb 2017 16:21:07 +0000 (23:21 +0700)]
[twitch:stream] Improve _VALID_URL (closes #11971)

7 years ago[radiocanada] fix extraction for toutv rtmp formats
Remita Amine [Sat, 4 Feb 2017 16:02:12 +0000 (17:02 +0100)]
[radiocanada] fix extraction for toutv rtmp formats

7 years agorelease 2017.02.04
Sergey M․ [Sat, 4 Feb 2017 15:57:48 +0000 (22:57 +0700)]
release 2017.02.04

7 years ago[Piksel] Add another app token regex
John Hawkinson [Sat, 4 Feb 2017 15:23:14 +0000 (10:23 -0500)]
[Piksel] Add another app token regex

7 years ago[vk] Catch author blocked error message
A Connecticut Princess [Sat, 4 Feb 2017 08:23:35 +0000 (13:23 +0500)]
[vk] Catch author blocked error message

Example link (video in blocked group):
https://vk.com/search?c%5Bq%5D=%D0%9F%D1%80%D1%8B%D0%B6%D0%BE%D0%BA%20c%20%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%B2%20%D1%81%D1%82%D0%B8%D0%BB%D0%B5%20%D0%A7%D0%B5%D0%BB%D0%BE%D0%B2%D0%B5%D0%BA%D0%B0-%D0%BF%D0%B0%D1%83%D0%BA%D0%B0&c%5Bsection%5D=video&c%5Bsort%5D=2&z=video-10639516_456240611

7 years ago[turner] fix downloading of secure hls formats using ffmpeg(closes #11358)(closes...
Remita Amine [Sat, 4 Feb 2017 14:23:46 +0000 (15:23 +0100)]
[turner] fix downloading of secure hls formats using ffmpeg(closes #11358)(closes #11373)(closes #11800)

7 years ago[drtv] add support for live and radio sections(closes #1827)(closes #3427)
Remita Amine [Sat, 4 Feb 2017 07:38:28 +0000 (08:38 +0100)]
[drtv] add support for live and radio sections(closes #1827)(closes #3427)

7 years ago[myspace] fix extraction and extract hls and http formats
Remita Amine [Fri, 3 Feb 2017 21:25:19 +0000 (22:25 +0100)]
[myspace] fix extraction and extract hls and http formats

7 years ago[youtube] add format info for itag 325 and 328
Remita Amine [Fri, 3 Feb 2017 16:59:48 +0000 (17:59 +0100)]
[youtube] add format info for itag 325 and 328

7 years ago[vine] Fix extraction (closes #11955)
Sergey M․ [Fri, 3 Feb 2017 14:56:48 +0000 (21:56 +0700)]
[vine] Fix extraction (closes #11955)

7 years ago[extractors] Remove remnants of sportbox extractor (#11954)
Sergey M․ [Fri, 3 Feb 2017 14:56:10 +0000 (21:56 +0700)]
[extractors] Remove remnants of sportbox extractor (#11954)

7 years ago[sportbox] Remove extractor (closes #11954)
Sergey M․ [Fri, 3 Feb 2017 14:25:44 +0000 (21:25 +0700)]
[sportbox] Remove extractor (closes #11954)
Covered by generic extractor

7 years ago[ChangeLog] Update after #11901
Yen Chi Hsuan [Fri, 3 Feb 2017 10:56:40 +0000 (18:56 +0800)]
[ChangeLog] Update after #11901

7 years agoMerge pull request #11901 from ThomasChr/randonplaylistorder
Yen Chi Hsuan [Fri, 3 Feb 2017 10:53:14 +0000 (18:53 +0800)]
Merge pull request #11901 from ThomasChr/randonplaylistorder

New parameter --playlist-random to randomize playlist download order. Fixes #11889

7 years agoMerge branch 'fstirlitz-filmon'
Remita Amine [Fri, 3 Feb 2017 09:15:52 +0000 (10:15 +0100)]
Merge branch 'fstirlitz-filmon'

7 years ago[filmon] improve extraction
Remita Amine [Fri, 3 Feb 2017 09:15:03 +0000 (10:15 +0100)]
[filmon] improve extraction

7 years ago[ChangeLog] Update after #11565
Yen Chi Hsuan [Fri, 3 Feb 2017 04:13:24 +0000 (12:13 +0800)]
[ChangeLog] Update after #11565

7 years ago[infoq] Add audio only format if available (#11565)
Mattias Wadman [Fri, 3 Feb 2017 04:10:13 +0000 (05:10 +0100)]
[infoq] Add audio only format if available (#11565)

* [infoq] Add audio only format if available

Refactor cookie code into a function.
Renamed formats to http_video, http_audio, rtmp_video
Renamed extract functions to video instead of videos as they return
one or no video.

* [infoq] Rename to _extract_cookies as it more than one

* [infoq] Remove redundant determine_ext

* [infoq] Add comment about hardcoded URL

* [infoq] Use _hidden_inputs instead of messy regex

* [infoq] Probe if audio URL is valid

Make it possible to pass headers to _is_valid_url

* [infoq] Add audio only test

7 years ago[douyutv] Improve room id regex
Justsoos [Wed, 1 Feb 2017 13:30:01 +0000 (21:30 +0800)]
[douyutv] Improve room id regex

http://www.douyu.com/t/lpl  source get extra '\' with "room_id\" (from js coding)

7 years ago[utils] Improve comments processing in js_to_json (closes #11947)
Sergey M․ [Thu, 2 Feb 2017 19:55:06 +0000 (02:55 +0700)]
[utils] Improve comments processing in js_to_json (closes #11947)

7 years ago[iprima] Fix extraction (closes #11920, closes #11896)
Michal Čihař [Tue, 31 Jan 2017 06:59:55 +0000 (07:59 +0100)]
[iprima] Fix extraction (closes #11920, closes #11896)

7 years ago[utils] Handle single-line comments in js_to_json
Michal Čihař [Tue, 31 Jan 2017 06:54:53 +0000 (07:54 +0100)]
[utils] Handle single-line comments in js_to_json

7 years ago[youtube] Fix ytsearch* when cookies are provided
Yen Chi Hsuan [Thu, 2 Feb 2017 17:28:24 +0000 (01:28 +0800)]
[youtube] Fix ytsearch* when cookies are provided

Closes #11924

The API with `page` is no longer used in browsers, and YouTube always
returns {'reload': 'now'} when cookies are provided.

See http://youtube.github.io/spfjs/documentation/start/ for how SPF
works. Basically appending static link with a `spf` parameter yields the
corresponding dynamic link.

7 years ago[go] Relax video id regex (closes #11937)
Sergey M․ [Thu, 2 Feb 2017 16:03:38 +0000 (23:03 +0700)]
[go] Relax video id regex (closes #11937)

7 years ago[facebook] Fix title extraction (closes #11941)
Sergey M․ [Thu, 2 Feb 2017 15:45:18 +0000 (22:45 +0700)]
[facebook] Fix title extraction (closes #11941)

7 years ago[youtube:playlist] Recognize TL playlists (closes #11945)
Sergey M․ [Thu, 2 Feb 2017 15:01:11 +0000 (22:01 +0700)]
[youtube:playlist] Recognize TL playlists (closes #11945)

7 years ago[bilibili] Support new Bangumi URLs (closes #11845)
Yen Chi Hsuan [Thu, 2 Feb 2017 13:51:31 +0000 (21:51 +0800)]
[bilibili] Support new Bangumi URLs (closes #11845)

To reduce complexity, I don't support old Bangumi URLs directly via
_VALID_URL. Instead, I choose to let it go to generic redirection. An
example can be found in #10190:

http://bangumi.bilibili.com/anime/v/40062

7 years ago[cbc:watch] extract audio codec for audion only formats(fixes #11893)
Remita Amine [Thu, 2 Feb 2017 07:07:06 +0000 (08:07 +0100)]
[cbc:watch] extract audio codec for audion only formats(fixes #11893)

7 years ago[downloader/external:ffmpeg] minimize the use of aac_adtstoasc filter
Remita Amine [Thu, 2 Feb 2017 07:05:16 +0000 (08:05 +0100)]
[downloader/external:ffmpeg] minimize the use of aac_adtstoasc filter

7 years ago[elpais] Fix extraction for some URLs (closes #11765)
Jaime Marquínez Ferrándiz [Wed, 1 Feb 2017 22:48:34 +0000 (23:48 +0100)]
[elpais] Fix extraction for some URLs (closes #11765)

7 years ago[compat] add compat_etree_register_namespace to __all__ list
Remita Amine [Wed, 1 Feb 2017 19:15:25 +0000 (20:15 +0100)]
[compat] add compat_etree_register_namespace to __all__ list

7 years agorelease 2017.02.01
Sergey M․ [Tue, 31 Jan 2017 20:20:09 +0000 (03:20 +0700)]
release 2017.02.01

7 years ago[ChangeLog] Actualize
Sergey M․ [Wed, 1 Feb 2017 16:29:59 +0000 (23:29 +0700)]
[ChangeLog] Actualize

7 years ago[facebook] Fix extraction (closes #11926)
Sergey M․ [Wed, 1 Feb 2017 16:15:38 +0000 (23:15 +0700)]
[facebook] Fix extraction (closes #11926)

7 years ago[prosiebensat1] Update ChangeLog
Yen Chi Hsuan [Wed, 1 Feb 2017 15:16:35 +0000 (23:16 +0800)]
[prosiebensat1] Update ChangeLog

7 years ago[prosiebensat1] PEP8 and update _TESTS
Yen Chi Hsuan [Wed, 1 Feb 2017 15:13:45 +0000 (23:13 +0800)]
[prosiebensat1] PEP8 and update _TESTS

7 years agoAdded new Regex for prosiebensat1 Extractor Description. Fixes #11810 (#11929)
Thomas Christlieb [Wed, 1 Feb 2017 15:00:41 +0000 (16:00 +0100)]
Added new Regex for prosiebensat1 Extractor Description. Fixes #11810 (#11929)

* Added new Regex for prosiebensat1 Extractor Description. Fixes #11810

* Using _og_search_description() as a Fallback for Description-Regex

* Using _og_search_description() as a Fallback for Description-Regex - Second try

* Also added fallback regex

* Using _og_search_description() as a Fallback for Description-Regex - Third try

* removed fatal=False from search for description regex. default=None should be preferred only

* Using fatal=false for _og_search_description

* Revert "Using fatal=false for _og_search_description"

This reverts commit 2b7e123f9d0f2bd6ada54fa8e4e6035fece5dbf4.

* Deleted default=None Parameter for _og_search_property

7 years ago[crunchyroll] Remove ScaledBorderAndShadow settings
Yen Chi Hsuan [Wed, 1 Feb 2017 08:39:32 +0000 (16:39 +0800)]
[crunchyroll] Remove ScaledBorderAndShadow settings

See https://github.com/rg3/youtube-dl/pull/9028, especially @lachs0r's
comments for the reason behind this change

7 years ago[vimeo] PEP 8
Sergey M․ [Tue, 31 Jan 2017 19:15:52 +0000 (02:15 +0700)]
[vimeo] PEP 8

7 years ago[vimeo] Extract upload timestamp
Sergey M․ [Tue, 31 Jan 2017 17:58:02 +0000 (00:58 +0700)]
[vimeo] Extract upload timestamp

7 years ago[vimeo] Extract license (closes #11880)
Sergey M․ [Tue, 31 Jan 2017 17:49:28 +0000 (00:49 +0700)]
[vimeo] Extract license (closes #11880)

7 years agoCredit @oddstr13 for nrk:series (#11571)
Sergey M․ [Tue, 31 Jan 2017 17:30:19 +0000 (00:30 +0700)]
Credit @oddstr13 for nrk:series (#11571)

7 years ago[nrk] Improve extraction and update tests (closes #11571)
Sergey M․ [Tue, 31 Jan 2017 17:29:29 +0000 (00:29 +0700)]
[nrk] Improve extraction and update tests (closes #11571)

7 years ago[NRKTV] Added NRKTVSeriesIE
Odd Stråbø [Sat, 14 Jan 2017 01:36:04 +0000 (02:36 +0100)]
[NRKTV] Added NRKTVSeriesIE

[NRKTV] Added season and episode number to metadata.

[NRKTV] Added category to metadata.

[NRKTV] Added tests to NRKTVSeries.

[NRKTV] Fixed whitespace issues (flake8).

7 years agorelease 2017.01.31
Sergey M․ [Tue, 31 Jan 2017 15:24:45 +0000 (22:24 +0700)]
release 2017.01.31

7 years ago[ChangeLog] Actualize
Sergey M․ [Tue, 31 Jan 2017 15:21:54 +0000 (22:21 +0700)]
[ChangeLog] Actualize

7 years ago[youtube] Fix extraction for domainless player URLs
Sergey M․ [Tue, 31 Jan 2017 15:19:29 +0000 (22:19 +0700)]
[youtube] Fix extraction for domainless player URLs

Closes #11890
Closes #11891
Closes #11892
Closes #11894
Closes #11895
Closes #11897
Closes #11900
Closes #11903
Closes #11904
Closes #11906
Closes #11907
Closes #11909
Closes #11913
Closes #11914
Closes #11915
Closes #11916
Closes #11917
Closes #11918
Closes #11919

7 years ago[vimeo] extract both mixed and separated dash formats
Remita Amine [Tue, 31 Jan 2017 13:47:56 +0000 (14:47 +0100)]
[vimeo] extract both mixed and separated dash formats

7 years agoNew parameter --playlist-random to randomize playlist download order. Fixes #11889
Thomas Christlieb [Tue, 31 Jan 2017 09:03:31 +0000 (10:03 +0100)]
New parameter --playlist-random to randomize playlist download order. Fixes #11889

7 years ago[ruutu] extract dash formats
Remita Amine [Mon, 30 Jan 2017 08:32:31 +0000 (09:32 +0100)]
[ruutu] extract dash formats

7 years ago[itv] fix extraction in python 2.6
Remita Amine [Sun, 29 Jan 2017 15:04:15 +0000 (16:04 +0100)]
[itv] fix extraction in python 2.6

7 years ago[compat] add compat_etree_register_namespace
Remita Amine [Sun, 29 Jan 2017 15:03:39 +0000 (16:03 +0100)]
[compat] add compat_etree_register_namespace

7 years agorelease 2017.01.29
Sergey M․ [Sun, 29 Jan 2017 06:21:42 +0000 (13:21 +0700)]
release 2017.01.29

7 years ago[ChangeLog] Actualize
Sergey M․ [Sun, 29 Jan 2017 14:21:26 +0000 (21:21 +0700)]
[ChangeLog] Actualize

7 years ago[azmedien:playlist] Add support for topic and themen playlists
Alex Seiler [Sat, 28 Jan 2017 16:52:07 +0000 (17:52 +0100)]
[azmedien:playlist] Add support for topic and themen playlists

7 years ago[extractor/common] Fix initialization template (closes #11605, closes #11825)
Sergey M․ [Sat, 28 Jan 2017 23:57:39 +0000 (06:57 +0700)]
[extractor/common] Fix initialization template (closes #11605, closes #11825)

7 years ago[extractor/common] Document forgotten fragment base and path interfaces
Sergey M․ [Sat, 28 Jan 2017 22:56:43 +0000 (05:56 +0700)]
[extractor/common] Document forgotten fragment base and path interfaces

7 years ago[extractor/common] Fix duration per dash segment (closes #11868)
Sergey M․ [Sat, 28 Jan 2017 22:36:53 +0000 (05:36 +0700)]
[extractor/common] Fix duration per dash segment (closes #11868)

7 years agoCredit @BagiraHun for videa (#11133)
Sergey M․ [Sat, 28 Jan 2017 20:43:46 +0000 (03:43 +0700)]
Credit @BagiraHun for videa (#11133)

7 years ago[npo] Update subtitles url
Andre Walker [Sat, 28 Jan 2017 15:19:38 +0000 (16:19 +0100)]
[npo] Update subtitles url

NPO websites changed the domain they used for subtitles, from
e.omroep.nl to tt888.omroep.nl.

7 years agoCredit @fast90 for config location (#10648)
Sergey M․ [Sat, 28 Jan 2017 18:03:59 +0000 (01:03 +0700)]
Credit @fast90 for config location (#10648)

7 years agoCredit @RPing for cntv (#8541)
Sergey M․ [Sat, 28 Jan 2017 18:02:28 +0000 (01:02 +0700)]
Credit @RPing for cntv (#8541)

7 years agoCredit @bastik for zdf fix (#11063)
Sergey M․ [Sat, 28 Jan 2017 18:01:39 +0000 (01:01 +0700)]
Credit @bastik for zdf fix (#11063)

7 years agoCredit @sudovijay for openload fix (#11646)
Sergey M․ [Sat, 28 Jan 2017 18:00:17 +0000 (01:00 +0700)]
Credit @sudovijay for openload fix (#11646)

7 years agoCredit @goggle for 20min (#11683) and azmedien (#11805)
Sergey M․ [Sat, 28 Jan 2017 17:59:17 +0000 (00:59 +0700)]
Credit @goggle for 20min (#11683) and azmedien (#11805)

7 years agoCredit @einstein95 for pornflip (#11795) and chaturbate fix (#11797)
Sergey M․ [Sat, 28 Jan 2017 17:57:15 +0000 (00:57 +0700)]
Credit @einstein95 for pornflip (#11795) and chaturbate fix (#11797)

7 years agoCredit @costypetrisor for autonumber start (#9362)
Sergey M․ [Sat, 28 Jan 2017 17:54:31 +0000 (00:54 +0700)]
Credit @costypetrisor for autonumber start (#9362)

7 years agoCredit @AVerwer for showroomlive (#11458)
Sergey M․ [Sat, 28 Jan 2017 17:52:23 +0000 (00:52 +0700)]
Credit @AVerwer for showroomlive (#11458)

7 years ago[options] Refactor autonumber options and add validation (closes #727, closes #2702...
Sergey M․ [Sat, 28 Jan 2017 16:57:56 +0000 (23:57 +0700)]
[options] Refactor autonumber options and add validation (closes #727, closes #2702, closes #9362)

7 years agoadded --autonumber-start NUMBER as a command line option to be able to offset the...
Costy Petrisor [Sun, 1 May 2016 12:34:11 +0000 (12:34 +0000)]
added --autonumber-start NUMBER as a command line option to be able to offset the index at which autonumber formats filenames

7 years ago[itv] fix subtitle extraction
Remita Amine [Sat, 28 Jan 2017 16:28:18 +0000 (17:28 +0100)]
[itv] fix subtitle extraction

7 years ago[itv] extract subtitles
Remita Amine [Sat, 28 Jan 2017 16:25:15 +0000 (17:25 +0100)]
[itv] extract subtitles

7 years ago[options] Remove experimental mark from some options
Sergey M․ [Sat, 28 Jan 2017 15:40:07 +0000 (22:40 +0700)]
[options] Remove experimental mark from some options

7 years ago[itv] Add new extractor(closes #9240)
Remita Amine [Sat, 28 Jan 2017 14:51:52 +0000 (15:51 +0100)]
[itv] Add new extractor(closes #9240)

7 years ago[options] Move --abort-on-unavailable-fragment to download section
Sergey M․ [Sat, 28 Jan 2017 14:06:22 +0000 (21:06 +0700)]
[options] Move --abort-on-unavailable-fragment to download section

7 years ago[mtv81] Add extractor (closes #7619)
Sergey M․ [Sat, 28 Jan 2017 13:29:22 +0000 (20:29 +0700)]
[mtv81] Add extractor (closes #7619)

7 years ago[vlive:channel] Improve
Sergey M․ [Sat, 28 Jan 2017 12:08:01 +0000 (19:08 +0700)]
[vlive:channel] Improve

7 years ago[vlive] Add support for channels
ping [Tue, 24 Jan 2017 05:52:17 +0000 (13:52 +0800)]
[vlive] Add support for channels

7 years ago[kaltura] Add fallback for fileExt
Sergey M․ [Sat, 28 Jan 2017 11:27:42 +0000 (18:27 +0700)]
[kaltura] Add fallback for fileExt

7 years ago[kaltura] Improve uploader_id extraction
Sergey M․ [Sat, 28 Jan 2017 10:50:56 +0000 (17:50 +0700)]
[kaltura] Improve uploader_id extraction

7 years ago[konserthusetplay] Add support for rspoplay.se
Alex Seiler [Tue, 24 Jan 2017 16:42:00 +0000 (17:42 +0100)]
[konserthusetplay] Add support for rspoplay.se

7 years agorelease 2017.01.28
Sergey M․ [Fri, 27 Jan 2017 17:33:55 +0000 (00:33 +0700)]
release 2017.01.28

7 years ago[ChangeLog] Actualize
Sergey M․ [Fri, 27 Jan 2017 17:03:21 +0000 (00:03 +0700)]
[ChangeLog] Actualize

7 years ago[crunchyroll] Improve series and season metadata extraction (closes #11832)
Sergey M․ [Fri, 27 Jan 2017 16:55:55 +0000 (23:55 +0700)]
[crunchyroll] Improve series and season metadata extraction (closes #11832)

7 years ago[soundcloud] Improve formats extraction and extract audio bitrate
Sergey M․ [Fri, 27 Jan 2017 16:16:30 +0000 (23:16 +0700)]
[soundcloud] Improve formats extraction and extract audio bitrate

7 years ago[soundcloud] Extract hls formats
Sergey M․ [Fri, 27 Jan 2017 16:08:32 +0000 (23:08 +0700)]
[soundcloud] Extract hls formats