youtube-dl
8 years agoMerge branch 'srgssr' of https://github.com/remitamine/youtube-dl into remitamine...
remitamine [Tue, 29 Dec 2015 09:57:45 +0000 (10:57 +0100)]
Merge branch 'srgssr' of https://github.com/remitamine/youtube-dl into remitamine-srgssr

8 years agoMerge branch 'daum' of https://github.com/remitamine/youtube-dl into remitamine-daum
remitamine [Tue, 29 Dec 2015 09:40:32 +0000 (10:40 +0100)]
Merge branch 'daum' of https://github.com/remitamine/youtube-dl into remitamine-daum

8 years ago[franceculture] Add extractor for '/emission-*' urls (closes #3777, closes #8022)
flatgreen [Sun, 27 Dec 2015 14:30:45 +0000 (15:30 +0100)]
[franceculture] Add extractor for '/emission-*' urls (closes #3777, closes #8022)

8 years ago[franceculture] Fix test
Jaime Marquínez Ferrándiz [Mon, 28 Dec 2015 18:23:54 +0000 (19:23 +0100)]
[franceculture] Fix test

8 years agoSimplify formats accumulation for f4m/m3u8/smil formats
Sergey M․ [Mon, 28 Dec 2015 18:58:24 +0000 (00:58 +0600)]
Simplify formats accumulation for f4m/m3u8/smil formats

Now all _extract_*_formats routines return a list

8 years agoMerge pull request #7769 from remitamine/sort
remitamine [Mon, 28 Dec 2015 18:15:14 +0000 (19:15 +0100)]
Merge pull request #7769 from remitamine/sort

[common] lower (m3u8,rtmp,rtsp) format preference only if required program is not available

8 years ago[common] use specific variable for protocol preference in _sort_formats
remitamine [Sat, 5 Dec 2015 20:14:43 +0000 (21:14 +0100)]
[common] use specific variable for protocol preference in _sort_formats

8 years agoMerge pull request #8023 from remitamine/extract-formats
remitamine [Mon, 28 Dec 2015 17:17:12 +0000 (18:17 +0100)]
Merge pull request #8023 from remitamine/extract-formats

[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats

8 years agoMerge branch 'zdf'(fixes #8024)
remitamine [Mon, 28 Dec 2015 16:54:04 +0000 (17:54 +0100)]
Merge branch 'zdf'(fixes #8024)

8 years ago[zdf] fix formats extraction
remitamine [Mon, 28 Dec 2015 16:49:59 +0000 (17:49 +0100)]
[zdf] fix formats extraction

8 years ago[facebook] Fix authentication
Sergey M․ [Mon, 28 Dec 2015 15:37:02 +0000 (21:37 +0600)]
[facebook] Fix authentication

8 years ago[facebook] Extract login error
Sergey M․ [Mon, 28 Dec 2015 15:20:09 +0000 (21:20 +0600)]
[facebook] Extract login error

8 years ago[cspan] Fix extraction (fixes #8032)
Jaime Marquínez Ferrándiz [Mon, 28 Dec 2015 12:48:10 +0000 (13:48 +0100)]
[cspan] Fix extraction (fixes #8032)

8 years ago[cspan] Initialize 'video_type' to avoid 'UnboundLocalError' exceptions (#8032)
Jaime Marquínez Ferrándiz [Mon, 28 Dec 2015 12:06:30 +0000 (13:06 +0100)]
[cspan] Initialize 'video_type' to avoid 'UnboundLocalError' exceptions (#8032)

8 years agoMerge branch 'dcn' of github.com:remitamine/youtube-dl into remitamine-dcn
remitamine [Mon, 28 Dec 2015 09:38:31 +0000 (10:38 +0100)]
Merge branch 'dcn' of github.com:remitamine/youtube-dl into remitamine-dcn

8 years ago[dcn] make m3u8 formats extraction non fatal
remitamine [Mon, 28 Dec 2015 09:27:17 +0000 (10:27 +0100)]
[dcn] make m3u8 formats extraction non fatal

8 years ago[tunein] add support for tunein topic,clip and program(fixes #7348)
remitamine [Sun, 27 Dec 2015 23:36:57 +0000 (00:36 +0100)]
[tunein] add support for tunein topic,clip and program(fixes #7348)

8 years ago[utils] Remove Content-encoding from headers after decompression
Yen Chi Hsuan [Sun, 27 Dec 2015 17:09:18 +0000 (01:09 +0800)]
[utils] Remove Content-encoding from headers after decompression

With cn_verification_proxy, our http_response() is called twice, one from
PerRequestProxyHandler.proxy_open() and another from normal
YoutubeDL.urlopen(). As a result, for proxies honoring Accept-Encoding, the
following bug occurs:

$ youtube-dl -vs --cn-verification-proxy https://secure.uku.im:993 "test:letv"
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-vs', '--cn-verification-proxy', 'https://secure.uku.im:993', 'test:letv']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.12.23
[debug] Git HEAD: 97f18fa
[debug] Python version 3.5.1 - Linux-4.3.3-1-ARCH-x86_64-with-arch-Arch-Linux
[debug] exe versions: ffmpeg 2.8.4, ffprobe 2.8.4, rtmpdump 2.4
[debug] Proxy map: {}
[TestURL] Test URL: http://www.letv.com/ptv/vplay/22005890.html
[Letv] 22005890: Downloading webpage
[Letv] 22005890: Downloading playJson data
ERROR: Unable to download JSON metadata: Not a gzipped file (b'{"') (caused by OSError('Not a gzipped file (b\'{"\')',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
  File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/extractor/common.py", line 330, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/YoutubeDL.py", line 1886, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python3.5/urllib/request.py", line 471, in open
    response = meth(req, response)
  File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/utils.py", line 773, in http_response
    raise original_ioerror
  File "/home/yen/Executables/Multimedia/youtube-dl/youtube_dl/utils.py", line 761, in http_response
    uncompressed = io.BytesIO(gz.read())
  File "/usr/lib/python3.5/gzip.py", line 274, in read
    return self._buffer.read(size)
  File "/usr/lib/python3.5/gzip.py", line 461, in read
    if not self._read_gzip_header():
  File "/usr/lib/python3.5/gzip.py", line 409, in _read_gzip_header
    raise OSError('Not a gzipped file (%r)' % magic)

8 years ago[vgtv] fix f4m downloading(fixes #7843)
remitamine [Sun, 27 Dec 2015 16:44:55 +0000 (17:44 +0100)]
[vgtv] fix f4m downloading(fixes #7843)

8 years ago[livestream] change test url
remitamine [Sun, 27 Dec 2015 16:27:20 +0000 (17:27 +0100)]
[livestream] change test url

8 years ago[iqiyi] Add tests for #7894
Yen Chi Hsuan [Sun, 27 Dec 2015 16:19:36 +0000 (00:19 +0800)]
[iqiyi] Add tests for #7894

8 years ago[iqiyi]fix valid url
forDream [Tue, 22 Dec 2015 01:28:12 +0000 (09:28 +0800)]
[iqiyi]fix valid url

eg:
http://yule.iqiyi.com/zbj.html

8 years agoUpdate iqiyi.py
gam2046 [Fri, 18 Dec 2015 06:18:56 +0000 (14:18 +0800)]
Update iqiyi.py

Fix part of the address can not be resolved.
eg:http://www.iqiyi.com/w_19rt6o8t9p.html

8 years ago[jwplatform] Carry long line
Sergey M․ [Sun, 27 Dec 2015 15:43:14 +0000 (21:43 +0600)]
[jwplatform] Carry long line

8 years ago[viki] Fix typo
Sergey M․ [Sun, 27 Dec 2015 15:42:26 +0000 (21:42 +0600)]
[viki] Fix typo

8 years ago[rai] Fix typos
Sergey M․ [Sun, 27 Dec 2015 15:42:12 +0000 (21:42 +0600)]
[rai] Fix typos

8 years ago[jwplatform] Fix typo
Sergey M․ [Sun, 27 Dec 2015 15:41:55 +0000 (21:41 +0600)]
[jwplatform] Fix typo

8 years ago[esri] Fix typo
Sergey M․ [Sun, 27 Dec 2015 15:41:36 +0000 (21:41 +0600)]
[esri] Fix typo

8 years ago[abc7news] Remove redundant formats sorting
Sergey M․ [Sun, 27 Dec 2015 15:41:21 +0000 (21:41 +0600)]
[abc7news] Remove redundant formats sorting

8 years ago[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats
remitamine [Sun, 27 Dec 2015 14:33:39 +0000 (15:33 +0100)]
[common] simplify the use of _extract_m3u8_formats and _extract_f4m_formats

8 years agoMerge branch 'master' of github.com:rg3/youtube-dl
remitamine [Sun, 27 Dec 2015 14:03:13 +0000 (15:03 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

8 years ago[livestream] skip m3u8 manifest in progressive_urls
remitamine [Sun, 27 Dec 2015 13:58:57 +0000 (14:58 +0100)]
[livestream] skip m3u8 manifest in progressive_urls

8 years agoMerge branch 'master' of github.com:rg3/youtube-dl
Philipp Hagemeister [Sun, 27 Dec 2015 13:34:51 +0000 (14:34 +0100)]
Merge branch 'master' of github.com:rg3/youtube-dl

8 years ago[sportdeutschland] Do not abort if meta info is missing
Philipp Hagemeister [Sun, 27 Dec 2015 12:11:53 +0000 (13:11 +0100)]
[sportdeutschland] Do not abort if meta info is missing

This fixes http://sportdeutschland.tv/badminton/yonex-copenhagen-masters-2015 . No testcase though since the event will be over by 2016.

8 years agoMerge pull request #7892 from remitamine/livestream
remitamine [Sun, 27 Dec 2015 12:11:33 +0000 (13:11 +0100)]
Merge pull request #7892 from remitamine/livestream

[livestream] improve extraction(fixes #2133)(fixes #2838)(fixes #4152)(fixes #6988)

8 years ago[livestream] improve extraction
remitamine [Sun, 27 Dec 2015 11:57:39 +0000 (12:57 +0100)]
[livestream] improve extraction

- split long lines
- use m3u8 entry protocol for live streams
- extend _VALID_URL regex for livestream original
- extract livestream original live streams

8 years agoMerge pull request #7851 from remitamine/kaltura
remitamine [Sun, 27 Dec 2015 09:34:36 +0000 (10:34 +0100)]
Merge pull request #7851 from remitamine/kaltura

[kaltura] extract more formats

8 years ago[kaltura] add referrer to m3u8 url
remitamine [Sun, 27 Dec 2015 09:19:44 +0000 (10:19 +0100)]
[kaltura] add referrer to m3u8 url

8 years ago[dcn] improve extraction
remitamine [Sun, 27 Dec 2015 08:56:15 +0000 (09:56 +0100)]
[dcn] improve extraction

8 years ago[lrt] Extract counters
Sergey M․ [Sun, 27 Dec 2015 06:26:48 +0000 (12:26 +0600)]
[lrt] Extract counters

8 years ago[lrt] Improve
Sergey M․ [Sun, 27 Dec 2015 06:16:55 +0000 (12:16 +0600)]
[lrt] Improve

8 years ago[lrt] fix the rest of extractor
Giedrius Statkevičius [Sun, 29 Nov 2015 00:58:52 +0000 (02:58 +0200)]
[lrt] fix the rest of extractor

Closes #7690.

8 years ago[lrt] fix duration parsing
Giedrius Statkevičius [Sat, 28 Nov 2015 21:14:38 +0000 (23:14 +0200)]
[lrt] fix duration parsing

8 years ago[ign] flake8
Sergey M․ [Fri, 25 Dec 2015 21:17:56 +0000 (03:17 +0600)]
[ign] flake8

8 years agoMerge pull request #7045 from remitamine/ign
remitamine [Fri, 25 Dec 2015 19:06:27 +0000 (20:06 +0100)]
Merge pull request #7045 from remitamine/ign

[ign] add support for pcmag and extract all formats and more metadata(fixes #5335)(fixes #7006)

8 years ago[srmediathek] improve extraction
remitamine [Fri, 25 Dec 2015 16:37:50 +0000 (17:37 +0100)]
[srmediathek] improve extraction

8 years ago[rutv] Fix extraction (Closes #8004)
Sergey M․ [Fri, 25 Dec 2015 15:14:00 +0000 (21:14 +0600)]
[rutv] Fix extraction (Closes #8004)

8 years ago[rai] improve extraction
remitamine [Fri, 25 Dec 2015 14:38:12 +0000 (15:38 +0100)]
[rai] improve extraction

8 years ago[hotstar] Add new extractor
remitamine [Fri, 25 Dec 2015 00:59:56 +0000 (01:59 +0100)]
[hotstar] Add new extractor

8 years ago[zdf:channel] Add more tests
Sergey M․ [Thu, 24 Dec 2015 14:44:49 +0000 (20:44 +0600)]
[zdf:channel] Add more tests

8 years ago[zdf:channel] Relax _VALID_URL
Sergey M․ [Thu, 24 Dec 2015 14:42:29 +0000 (20:42 +0600)]
[zdf:channel] Relax _VALID_URL

8 years ago[zdf] expand valid-url pattern for channels
Boris Wachtmeister [Thu, 24 Dec 2015 07:27:25 +0000 (08:27 +0100)]
[zdf] expand valid-url pattern for channels

The webpage also creates URLs which include additional text that defines
the sorting order on the page like "aktuellste" (most current) and
"meist-gesehen" (most seen), e.g.:

http://www.zdf.de/ZDFmediathek/kanaluebersicht/aktuellste/332
http://www.zdf.de/ZDFmediathek/kanaluebersicht/meist-gesehen/332

8 years ago[chaturbate] Improve error extraction (Closes #7989)
Sergey M․ [Thu, 24 Dec 2015 14:09:48 +0000 (20:09 +0600)]
[chaturbate] Improve error extraction (Closes #7989)

8 years ago[theintercept] improve extraction
remitamine [Wed, 23 Dec 2015 21:36:53 +0000 (22:36 +0100)]
[theintercept] improve extraction

8 years agoMerge branch 'theintercept' of https://github.com/bit/youtube-dl into bit-theintercept
remitamine [Wed, 23 Dec 2015 20:50:27 +0000 (21:50 +0100)]
Merge branch 'theintercept' of https://github.com/bit/youtube-dl into bit-theintercept

8 years agoMerge pull request #7969 from jwilk/spelling
Sergey M [Wed, 23 Dec 2015 18:15:08 +0000 (00:15 +0600)]
Merge pull request #7969 from jwilk/spelling

Fix typos

8 years agoFix typos
Jakub Wilk [Wed, 23 Dec 2015 16:35:10 +0000 (17:35 +0100)]
Fix typos

8 years ago[pbs] Extend PBS station regex (Closes #7964)
Sergey M․ [Wed, 23 Dec 2015 17:22:47 +0000 (23:22 +0600)]
[pbs] Extend PBS station regex (Closes #7964)

8 years ago[arte] Prefer json URLs that contain the video id from the 'vid' parameter in the...
Jaime Marquínez Ferrándiz [Wed, 23 Dec 2015 16:55:58 +0000 (17:55 +0100)]
[arte] Prefer json URLs that contain the video id from the 'vid' parameter in the URL (fixes #7920)

8 years ago[appletrailers] skip clips with empty url
remitamine [Wed, 23 Dec 2015 16:48:37 +0000 (17:48 +0100)]
[appletrailers] skip clips with empty url

8 years ago[instagram:user] Improve _VALID_URL (Closes #7955)
Sergey M․ [Wed, 23 Dec 2015 15:13:31 +0000 (21:13 +0600)]
[instagram:user] Improve _VALID_URL (Closes #7955)

8 years ago[24video] Fix test
Sergey M․ [Wed, 23 Dec 2015 14:49:52 +0000 (20:49 +0600)]
[24video] Fix test

8 years ago[24video] Fix extraction on python 2.6
Sergey M․ [Wed, 23 Dec 2015 14:49:41 +0000 (20:49 +0600)]
[24video] Fix extraction on python 2.6

8 years ago[24video] Fix extraction (Closes #7956)
Sergey M․ [Wed, 23 Dec 2015 14:42:36 +0000 (20:42 +0600)]
[24video] Fix extraction (Closes #7956)

8 years ago[appletrailers] Improve regex for fixing '<img>' tags (#7953)
Jaime Marquínez Ferrándiz [Wed, 23 Dec 2015 13:48:40 +0000 (14:48 +0100)]
[appletrailers] Improve regex for fixing '<img>' tags (#7953)

8 years agorelease 2015.12.23
Philipp Hagemeister [Wed, 23 Dec 2015 13:05:06 +0000 (14:05 +0100)]
release 2015.12.23

8 years ago[appletrailers] Add support for AppleTrailers Section
remitamine [Wed, 23 Dec 2015 09:40:45 +0000 (10:40 +0100)]
[appletrailers] Add support for AppleTrailers Section

8 years ago[daum] Add test for #7949
Sergey M․ [Tue, 22 Dec 2015 20:59:49 +0000 (02:59 +0600)]
[daum] Add test for #7949

8 years ago[daum] Fix extraction (Closes #7949)
Sergey M․ [Tue, 22 Dec 2015 20:54:32 +0000 (02:54 +0600)]
[daum] Fix extraction (Closes #7949)

8 years ago[periscope] Fix token based extraction (Closes #7943)
Sergey M․ [Tue, 22 Dec 2015 20:09:50 +0000 (02:09 +0600)]
[periscope] Fix token based extraction (Closes #7943)

8 years ago[comcarcoff] Extract duration
Sergey M․ [Tue, 22 Dec 2015 19:18:14 +0000 (01:18 +0600)]
[comcarcoff] Extract duration

8 years ago[comcarcoff] Improve json data regex and modernize
Sergey M․ [Tue, 22 Dec 2015 19:10:31 +0000 (01:10 +0600)]
[comcarcoff] Improve json data regex and modernize

8 years agoMerge pull request #7942 from ausbin/comcarcoff-json-fix
Sergey M [Tue, 22 Dec 2015 19:05:54 +0000 (01:05 +0600)]
Merge pull request #7942 from ausbin/comcarcoff-json-fix

[comcarcoff] adjust for json updates

8 years ago[imgur] Improve (Closes #7928)
Sergey M․ [Tue, 22 Dec 2015 15:48:48 +0000 (21:48 +0600)]
[imgur] Improve (Closes #7928)

8 years agoImprove extraction (Closes #7918)
Abhishek Kedia [Mon, 21 Dec 2015 00:50:07 +0000 (01:50 +0100)]
Improve extraction (Closes #7918)

remove outer parentheses in if

Conflicts:
youtube_dl/extractor/imgur.py

checked code with flake8

not returning list in case of single images.

using the fact that id with length 5 are albums and more are single videos.
Also for single videos ie ImgurIE both urls - http://imgur.com/gallery/oWeAMW2 and http://imgur.com/oWeAMW2 are equally fine. Change regex to allow thuis.
For albums urls - http://imgur.com/gallery/Q95ko and http://imgur.com/Q95ko are ok. Change regex to allow this also.

update description in ImgurIE Tests.
Also move single video test 'https://imgur.com/gallery/YcAQlkx' from ImgurAlbumIE to ImgurIE.

8 years agoMerge pull request #7322 from remitamine/vgtv
remitamine [Tue, 22 Dec 2015 15:10:04 +0000 (16:10 +0100)]
Merge pull request #7322 from remitamine/vgtv

[vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIE

8 years ago[vgtv] update tests and correct format sorting
remitamine [Tue, 22 Dec 2015 14:54:51 +0000 (15:54 +0100)]
[vgtv] update tests and correct format sorting

8 years ago[theintercept] Add new extractor
j [Mon, 21 Dec 2015 01:26:37 +0000 (02:26 +0100)]
[theintercept] Add new extractor

8 years ago[franceinter] use _match_id
remitamine [Tue, 22 Dec 2015 10:30:35 +0000 (11:30 +0100)]
[franceinter] use _match_id

8 years ago[franceinter] fix title extraction
remitamine [Tue, 22 Dec 2015 10:27:18 +0000 (11:27 +0100)]
[franceinter] fix title extraction

8 years ago[bleacherreport] update test
remitamine [Tue, 22 Dec 2015 09:14:57 +0000 (10:14 +0100)]
[bleacherreport] update test

8 years ago[viki] detect errors and fix formats extraction
remitamine [Tue, 22 Dec 2015 08:55:25 +0000 (09:55 +0100)]
[viki] detect errors and fix formats extraction

8 years ago[soompi] remove extractor
remitamine [Tue, 22 Dec 2015 06:58:33 +0000 (07:58 +0100)]
[soompi] remove extractor

http://tv.soompi.com now redirect to viki.com because Viki has acquired
Soompi
http://www.soompi.com/2015/08/19/we-got-married-soompi-joins-viki/

8 years ago[comcarcoff] adjust for json updates
Austin Adams [Tue, 22 Dec 2015 01:26:15 +0000 (20:26 -0500)]
[comcarcoff] adjust for json updates

8 years ago[audimedia] correct test case id
remitamine [Mon, 21 Dec 2015 22:02:55 +0000 (23:02 +0100)]
[audimedia] correct test case id

8 years ago[flickr] fix format sorting
remitamine [Mon, 21 Dec 2015 21:10:16 +0000 (22:10 +0100)]
[flickr] fix format sorting

8 years ago[br] add support for br-klassik.de and improve extraction
remitamine [Mon, 21 Dec 2015 20:06:10 +0000 (21:06 +0100)]
[br] add support for br-klassik.de and improve extraction

- extend _VALID_URL to match both br.de and br-klassik.de
- extract all formats(hls,hds and rtmp)
- use xpath_element and xpath_text for xml info extraction

8 years ago[audiomack] Fix typo (Closes #7936)
Sergey M․ [Mon, 21 Dec 2015 16:51:58 +0000 (22:51 +0600)]
[audiomack] Fix typo (Closes #7936)

8 years ago[adultswim] update test
remitamine [Mon, 21 Dec 2015 16:07:19 +0000 (17:07 +0100)]
[adultswim] update test

8 years ago[test_subtitles] remove BlipTV test
remitamine [Mon, 21 Dec 2015 15:52:47 +0000 (16:52 +0100)]
[test_subtitles] remove BlipTV test

8 years ago[atresplayer] improve extraction
remitamine [Mon, 21 Dec 2015 15:26:40 +0000 (16:26 +0100)]
[atresplayer] improve extraction

- select hashlib.md5 constructor as digestmod(in python 3.4+ MD5 as
implicit default digest for digestmod is deprecated.)
- extract hls formats
- update tests
- extract errors

8 years ago[abc] detect expired state and update tests
remitamine [Mon, 21 Dec 2015 12:07:52 +0000 (13:07 +0100)]
[abc] detect expired state and update tests

8 years agorelease 2015.12.21
Philipp Hagemeister [Mon, 21 Dec 2015 10:42:25 +0000 (11:42 +0100)]
release 2015.12.21

8 years agoMerge branch 'bleacherreport' of github.com:remitamine/youtube-dl into remitamine...
remitamine [Mon, 21 Dec 2015 10:18:32 +0000 (11:18 +0100)]
Merge branch 'bleacherreport' of github.com:remitamine/youtube-dl into remitamine-bleacherreport

8 years ago[bleacherreport] fix style issues and simplify
remitamine [Mon, 21 Dec 2015 10:12:58 +0000 (11:12 +0100)]
[bleacherreport] fix style issues and simplify

8 years agoMerge branch 'bliptv' of github.com:remitamine/youtube-dl into remitamine-bliptv
remitamine [Mon, 21 Dec 2015 03:31:17 +0000 (04:31 +0100)]
Merge branch 'bliptv' of github.com:remitamine/youtube-dl into remitamine-bliptv

8 years ago[makertv] improve extraction
remitamine [Mon, 21 Dec 2015 03:24:58 +0000 (04:24 +0100)]
[makertv] improve extraction

8 years agoMerge branch 'googledrive' of github.com:remitamine/youtube-dl into remitamine-google...
remitamine [Mon, 21 Dec 2015 02:15:19 +0000 (03:15 +0100)]
Merge branch 'googledrive' of github.com:remitamine/youtube-dl into remitamine-googledrive

8 years ago[googledrive] Modernize
remitamine [Mon, 21 Dec 2015 02:05:34 +0000 (03:05 +0100)]
[googledrive] Modernize

8 years agoMerge branch 'flickr' of github.com:remitamine/youtube-dl into remitamine-flickr
remitamine [Sun, 20 Dec 2015 23:37:51 +0000 (00:37 +0100)]
Merge branch 'flickr' of github.com:remitamine/youtube-dl into remitamine-flickr