aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [metacafe] Bypass family filterAlex Monk2017-02-181-1/+14
| | | | If you don't send this user=ffilter: false cookie, it will 301 redirect you to a page asking about it, and then the title check will fail.
* [viceland] improve info extraction and update testRemita Amine2017-02-182-10/+10
|
* release 2017.02.17Sergey M․2017-02-174-7/+7
|
* [ChangeLog] ActualizeSergey M․2017-02-171-0/+5
|
* [options] Add missing spacesSergey M․2017-02-171-5/+5
|
* [heise] Improve (closes #9725)Sergey M․2017-02-171-98/+48
|
* [heise] Support videos embedded in any article.Tobias Gruetzmacher2017-02-171-29/+90
|
* [ellentv] ImproveDéstin Reed2017-02-171-15/+8
|
* [openload] Fix extraction (closes #12002)Sergey M․2017-02-171-7/+4
|
* [openload] Semifix extraction (closes #10408)Vijay Singh2017-02-171-7/+10
| | | | just updated the code. i don't do much python still i tried to convert my code. lemme know if there is any prob with it
* [theplatform] Recognize URLs with whitespaces (closes #12044)Yen Chi Hsuan2017-02-173-3/+11
|
* [einthusan] Relax _VALID_URL (closes #12141, closes #12159)Sergey M․2017-02-171-3/+6
|
* [generic] Try parsing JWPlayer embedded videos (closes #12030)Yen Chi Hsuan2017-02-1616-197/+166
|
* [elpais] Fix typo and improve extraction (closes #12139)Sergey M․2017-02-161-5/+18
|
* release 2017.02.16Sergey M․2017-02-164-5/+8
|
* [ChangeLog] ActualizeSergey M․2017-02-161-0/+18
|
* [ceskatelevize] Lower priority for audio description sources (#12119)Sergey M․2017-02-161-4/+10
|
* [ceskatelevize] Prefix format idsSergey M․2017-02-151-2/+2
|
* [devscripts/run_tests.sh] Change permission for script to 755Anisse Astier2017-02-162-2/+0
|
* [test_YoutubeDL] Fix invalid escape sequencesSergey M․2017-02-151-2/+2
|
* [utils] Add support for quoted string literals in --match-filter (closes ↵Sergey M․2017-02-152-2/+31
| | | | #8050, closes #12142, closes #12144)
* [amcnetworks] fix extraction(closes #12127)Remita Amine2017-02-151-9/+21
|
* [pinkbike] Fix uploader extraction (closes #12054)Sergey M․2017-02-151-1/+2
|
* [onetpl] Add support for businessinsider.com.pl and plejada.plSergey M․2017-02-151-1/+10
|
* [onetpl] Add support for onet.pl (closes #10507)Sergey M․2017-02-152-0/+33
|
* [onetmvp] Add shortcut extractorSergey M․2017-02-152-3/+18
|
* [vodpl] Make more robust and add another test (closes #12122)Sergey M․2017-02-151-13/+9
|
* [vod.pl] Add new extractorMarek Rusinowski2017-02-152-0/+37
|
* [pornhub] Extract video URL from tv platform site (#12007, #12129)Sergey M․2017-02-141-14/+30
|
* [ceskatelevize] Extract DASH formats (closes #12119, closes #12133)Sergey M․2017-02-141-64/+88
|
* [ceskatelevize] Quick fix to revert to using old HLS-based playlistOndřej Caletka2017-02-141-3/+4
| | | | | This fixes recent changes in iVysilani. Proper patch should migrate to MPEG-DASH version, which is now the default.
* release 2017.02.14Sergey M․2017-02-143-5/+5
|
* [ChangeLog] ActualizeSergey M․2017-02-141-0/+10
|
* [zdf] Fix extraction (closes #12117)Sergey M․2017-02-141-6/+8
|
* [xtube] Fix extraction for both kinds of video id (closes #12088)Sergey M․2017-02-131-4/+12
|
* [xtube] Improve title extractionVobe2017-02-131-2/+2
|
* [lemonde] Fallback delegate extraction to generic extractor (closes #12115, ↵Sergey M․2017-02-131-4/+28
| | | | closes #12116)
* Merge branch 'master' of github.com:rg3/youtube-dlSergey M․2017-02-134-32/+78
|\
| * [bellmedia] accept longer video id(closes #12114)Remita Amine2017-02-131-1/+4
| |
| * [limelight] add support referer protected videosRemita Amine2017-02-132-10/+22
| |
| * [travis] Separate builds for core and downloadSergey M2017-02-132-1/+25
| |
| * [disney] improve extractionRemita Amine2017-02-132-21/+52
| | | | | | | | | | | | | | | | | | | | | | - add support for more urls - detect expired videos - skip Adobe Flash Access protected videos closes #4975 closes #11000 closes #11882 closes #11936
* | [travis] Separate builds for core and downloadSergey M․2017-02-132-1/+25
|/
* [hotstar] improve extraction(closes #12096)Remita Amine2017-02-121-14/+32
| | | | | | - extract all qualities - detect drm protected videos - extract more metadata
* [einthusan] Fix extraction (closes #11416)Yen Chi Hsuan2017-02-122-45/+75
| | | | | The old test URLs are no longer valid, so I replace them with the one from #11416
* [aenetworks] Add support for lifetimemovieclub.comAniruddh-J2017-02-121-1/+5
|
* [youtube] Fix parsing codecs (closes #12091)Sergey M․2017-02-121-9/+2
|
* ChangeLog: update after #12085Yen Chi Hsuan2017-02-121-0/+6
|
* Merge pull request #12085 from wiiaboo/python2Yen Chi Hsuan2017-02-121-0/+5
|\ | | | | utils.py: Workaround TypeError with Python 2.7.13 in Windows
| * utils.py: Workaround TypeError with Python 2.7.13 in WindowsRicardo Constantino2017-02-111-0/+5
| | | | | | | | | | | | Fixes #11540 Tested with Windows Python 2.7.12 and 2.7.13.