Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [uplynk] Add new extractor | Remita Amine | 2016-08-13 | 3 | -0/+74 | |
| | ||||||
* | Update ChangeLog for #10342 | Yen Chi Hsuan | 2016-08-14 | 1 | -0/+7 | |
| | | | | [skip ci] | |||||
* | Merge pull request #10342 from muphil/patch-1 | Yen Chi Hsuan | 2016-08-14 | 1 | -0/+1 | |
|\ | | | | | [xiami] bug fix for extractor xiami.py | |||||
| * | bug fix for extractor xiami.py | phi | 2016-08-14 | 1 | -0/+1 | |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before applying this patch, when downloading resources from xiami.com, it crashes with these: Traceback (most recent call last): File "/home/phi/.local/bin/youtube-dl", line 11, in <module> sys.exit(main()) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/__init__.py", line 433, in main _real_main(argv) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/__init__.py", line 423, in _real_main retcode = ydl.download(all_urls) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 1786, in download url, force_generic_extractor=self.params.get('force_generic_extractor', False)) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 691, in extract_info ie_result = ie.extract(url) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 347, in extract return self._real_extract(url) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/xiami.py", line 116, in _real_extract return self._extract_tracks(self._match_id(url))[0] File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/xiami.py", line 43, in _extract_tracks '%s/%s%s' % (self._API_BASE_URL, item_id, '/type/%s' % typ if typ else ''), item_id) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 562, in _download_json json_string, video_id, transform_source=transform_source, fatal=fatal) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 568, in _parse_json return json.loads(json_string) File "/usr/lib/python3.5/json/__init__.py", line 312, in loads s.__class__.__name__)) TypeError: the JSON object must be str, not 'NoneType' This patch solves exactly this problem. | |||||
* | release 2016.08.13 | Sergey M․ | 2016-08-13 | 4 | -7/+6 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-08-13 | 1 | -0/+20 | |
| | ||||||
* | [pbs] Clarify comment on http formats | Sergey M․ | 2016-08-13 | 1 | -6/+6 | |
| | ||||||
* | [pbs] Fix description extraction and update tests | Sergey M․ | 2016-08-13 | 1 | -24/+23 | |
| | ||||||
* | [franceculture] Fix extraction (Closes #10324) | Sergey M․ | 2016-08-13 | 2 | -77/+26 | |
| | ||||||
* | [pornotube] Fix extraction (Closes #10322) | Sergey M․ | 2016-08-13 | 1 | -45/+38 | |
| | ||||||
* | [4tube] Fix metadata extraction (Closes #10321) | Sergey M․ | 2016-08-13 | 1 | -5/+5 | |
| | ||||||
* | [bigflix] Remove an invalid test | Yen Chi Hsuan | 2016-08-13 | 1 | -9/+0 | |
| | | | | There's no video anymore | |||||
* | [imgur] Fix width and height extraction (Closes #10325) | Sergey M․ | 2016-08-13 | 1 | -6/+4 | |
| | ||||||
* | [vbox7] Remove unused imports | Sergey M․ | 2016-08-13 | 1 | -6/+1 | |
| | ||||||
* | [test_verbose_output] Fix tests under Python 3 | Yen Chi Hsuan | 2016-08-13 | 1 | -16/+16 | |
| | ||||||
* | [expotv] Improve extraction and update test | Sergey M․ | 2016-08-13 | 1 | -13/+10 | |
| | ||||||
* | [downloader/external:curl] Clarify why CurlFD should not capture stderr | Remita Amine | 2016-08-13 | 1 | -0/+1 | |
| | ||||||
* | [test_utils] add test for option with not str value | Remita Amine | 2016-08-13 | 1 | -0/+1 | |
| | ||||||
* | [vbox7] Fix extraction (Closes #10309) | Sergey M․ | 2016-08-13 | 1 | -31/+34 | |
| | ||||||
* | [tapely] Remove extractor. It's shut down | Yen Chi Hsuan | 2016-08-13 | 3 | -110/+5 | |
| | | | | Closes #10323 | |||||
* | [pbs] add test for videos with undocumented http formats and remove unused ↵ | Remita Amine | 2016-08-13 | 1 | -3/+16 | |
| | | | | import | |||||
* | [24video] Add support for me and xxx TLDs | Sergey M․ | 2016-08-13 | 1 | -24/+24 | |
| | ||||||
* | [muenchentv] Fix extraction (Closes #10313) | Sergey M․ | 2016-08-13 | 1 | -1/+1 | |
| | ||||||
* | [24video] Fix comment count extraction | Sergey M․ | 2016-08-13 | 1 | -1/+1 | |
| | ||||||
* | [sunporno] Add support for embed URLs | Sergey M․ | 2016-08-13 | 1 | -4/+8 | |
| | ||||||
* | [sunporno] Fix metadata extraction (Closes #10316) | Sergey M․ | 2016-08-13 | 1 | -4/+5 | |
| | ||||||
* | [hgtv] Add new extractor(closes #3999) | Remita Amine | 2016-08-12 | 2 | -0/+49 | |
| | ||||||
* | [external/curl] respect more downloader options and display progress | Remita Amine | 2016-08-12 | 2 | -0/+17 | |
| | ||||||
* | [pbs] check all http formats and remove unnecessary request | Remita Amine | 2016-08-12 | 1 | -14/+3 | |
| | | | | | | - some of the quality that not reported in the documentation are available(4500k, 6500k) - the videoInfo request doesn't work for a long time | |||||
* | [crunchyroll] Add support for HLS (Closes #10301) | Sergey M․ | 2016-08-12 | 1 | -4/+28 | |
| | ||||||
* | release 2016.08.12 | Sergey M․ | 2016-08-12 | 4 | -6/+5 | |
| | ||||||
* | [ChangeLog] Actualize | Sergey M․ | 2016-08-12 | 1 | -0/+8 | |
| | ||||||
* | [viu] Remove from extractors | Sergey M․ | 2016-08-12 | 1 | -1/+0 | |
| | ||||||
* | [goldenmoustache] Remove extractor (Closes #10298) | Sergey M․ | 2016-08-11 | 2 | -49/+1 | |
| | | | | Now uses dailymotion | |||||
* | [drtuber] Improve title extraction | Sergey M․ | 2016-08-11 | 1 | -1/+3 | |
| | ||||||
* | [drtuber] Make dislike count optional (Closes #10297) | Sergey M․ | 2016-08-11 | 1 | -7/+11 | |
| | ||||||
* | [chirbit] Fix extraction (Closes #10296) | Sergey M․ | 2016-08-11 | 1 | -24/+30 | |
| | ||||||
* | [francetvinfo] Relax _VALID_URL | Sergey M․ | 2016-08-11 | 1 | -1/+4 | |
| | ||||||
* | [ChangeLog] Add change log for #10269 | Yen Chi Hsuan | 2016-08-11 | 1 | -0/+1 | |
| | | | | [skip ci] | |||||
* | Merge branch 'lkho-pr/#10268' | Yen Chi Hsuan | 2016-08-11 | 1 | -1/+3 | |
|\ | ||||||
| * | [YoutubeDL] Disable newline conversion when writing subtitles | Yen Chi Hsuan | 2016-08-11 | 1 | -0/+2 | |
| | | | | | | | | | | | | By default io.open() convert all '\n' occurrences to '\r\n' when writing files. If the content already contains '\r\n', it will be converted to '\r\r\n', breaking some video players. | |||||
| * | Merge branch 'pr/#10268' of https://github.com/lkho/youtube-dl into ↵ | Yen Chi Hsuan | 2016-08-11 | 1 | -1/+1 | |
| |\ | | | | | | | | | | lkho-pr/#10268 | |||||
| | * | Preserve line endings for downloaded subtitle files | lkho | 2016-08-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | [rtlnl] Relax _VALID_URL (Closes #10282) | Sergey M․ | 2016-08-10 | 1 | -1/+4 | |
| | | | ||||||
* | | | [formula1] Relax _VALID_URL (Closes #10283) | Sergey M․ | 2016-08-10 | 1 | -3/+6 | |
| | | | ||||||
* | | | [wat] improve extraction(#10281) | Remita Amine | 2016-08-10 | 1 | -45/+81 | |
|/ / | | | | | | | | | | | add alternative method to extract http formats works even if the video is geo-restricted or removed from public access(most of the cases) | |||||
* | | [ctsnews] Fix extraction | Yen Chi Hsuan | 2016-08-10 | 2 | -28/+24 | |
| | | ||||||
* | | [utils] Recognize more formats in unified_timestamp | Yen Chi Hsuan | 2016-08-10 | 2 | -0/+7 | |
| | | | | | | | | Used in CtsNews | |||||
* | | release 2016.08.10 | Sergey M․ | 2016-08-10 | 6 | -7/+18 | |
| | | ||||||
* | | [ChangeLog] Actualize | Sergey M․ | 2016-08-10 | 1 | -1/+13 | |
| | |