Will Sewell
021a0db8f7
[vk.com] Simplified the page_id acquisition by using the id matched in the URL earlier on.
10 years ago
Will Sewell
e1e8b6897b
[vk.com] Updated the extract_videos_from_page function with a much simpler 1-liner.
10 years ago
Will Sewell
53d1cd1f77
[vk.com] Updated the _VALID_URL regex for the playlist IE. Removed optional m, and named the id group.
10 years ago
Will Sewell
cad985ab4d
[vk.com] Updated the description to include vk.com.
10 years ago
Will Sewell
c52331f30c
[vk.com] Updated a test video that has been removed, and added a comment for others to update two other test videos that are also now removed.
10 years ago
Will Sewell
42e1ff8665
[vk.com] Added upload_date variable to the test cases that still work.
10 years ago
Philipp Hagemeister
2c64b8ba63
release 2014.11.21.1
10 years ago
Philipp Hagemeister
42e12102a9
[YoutubeDL] Fix multi_video check
10 years ago
Philipp Hagemeister
6127693ed9
[folketinget] Add extractor ( Fixes #4262 )
10 years ago
Philipp Hagemeister
71069d2157
[sztv] Remove useless determine_ext call
10 years ago
Philipp Hagemeister
f3391db889
[sztvhu] Modernize
10 years ago
Philipp Hagemeister
9b32eca3ce
[generic] Add support for single quotes in HTML5 videos ( Fixes #4265 )
10 years ago
Philipp Hagemeister
ec06f0f610
release 2014.11.21
10 years ago
tinybug
85b9275517
Update jsinterp.py
...
http://s.ytimg.com/yts/jsbin/html5player-zh_HK-vfl1NK6PR/html5player.js
fix raise ExtractorError
10 years ago
Philipp Hagemeister
dfd5313afd
[YoutubeDL] Support new _type multi_video
10 years ago
Philipp Hagemeister
be53e2a737
[blip.tv:user] Modernize and add a test
10 years ago
Philipp Hagemeister
a1c68b9ef2
Merge remote-tracking branch 'origin/master'
10 years ago
Jaime Marquínez Ferrándiz
4d46c1c68c
[brightcove] Improve error message detection ( #4256 )
10 years ago
Jaime Marquínez Ferrándiz
d6f714f321
[brightcove] Remove the namespace from the BrightcoveExperience html object
10 years ago
Philipp Hagemeister
8569f3d629
[vh1] Modernize
10 years ago
Philipp Hagemeister
fed5d03260
[extractor/common] Document _type values (Motivated by #4254 )
10 years ago
Philipp Hagemeister
6adeffa7c6
[comedycentral] Modernize
10 years ago
Philipp Hagemeister
b244b5c3f9
remove unused imports
10 years ago
Philipp Hagemeister
f42c190769
[stanfordoc] Modernize
10 years ago
Philipp Hagemeister
c9bf41145f
[YoutubeDL] Warn if an extractor returns compat_list
10 years ago
Philipp Hagemeister
5239075bb6
[mtv] Return a proper playlist result ( #4254 )
10 years ago
Philipp Hagemeister
84437adfa3
release 2014.11.20.1
10 years ago
Philipp Hagemeister
732ea2f09b
[utils] Improve update on error message somewhat
...
We still may want to implement a bulletproof check for the current version, and a better place to add this message so that it works for all kind of other errors too.
10 years ago
Philipp Hagemeister
aff2f4f4f5
[arte] Clean up format sorting mess
...
We now use our standard sorting facilities. As a side effect, it's finally possible to download German videos from French URLs and vice versa.
10 years ago
Philipp Hagemeister
3b9f631c41
release 2014.11.20
10 years ago
Ivan Kozik
0cd64bd077
Copy the mtime from the oldest source file to the file created by ffmpeg
...
Fixes #4245
10 years ago
Ivan Kozik
1394646a0a
Fix "ERROR: Cannot write metadata to JSON file" on Windows
...
Fixes #4246
10 years ago
Ivan Kozik
61ee5aeb73
Fix UnicodeEncodeError with --write-info-json on Python 2.7 + Windows
...
Fixes #4244
10 years ago
Philipp Hagemeister
07e378fa18
[compat] correct OptionGroup invocation for Python 3 ( fixes #4243 )
10 years ago
Philipp Hagemeister
e07e931375
Work around 2.7.0 deficencies ( Fixes #4223 )
10 years ago
Naglis Jonaitis
480b7c32a9
[rtlxl] Fix format order
10 years ago
Jaime Marquínez Ferrándiz
92120217eb
[cache] Fix writing to paths with unicode characters
...
* Use "compat_getenv"
* "write_json_file" now expects the filename to be a string
10 years ago
Naglis Jonaitis
37eddd3143
[rtlxl] Use m3u8 streams instead of f4m ( #4115 , #4118 )
10 years ago
Will Sewell
02a12f9fe6
[vk] date_added is now extracted from the video page.
10 years ago
Will Sewell
6fcd6e0e21
[vk] Updated the regex for matching user video pages. It now matches optional URL parameters too.
10 years ago
Philipp Hagemeister
0857baade3
[youtube] Add webm audio formats ( Fixes #4229 )
10 years ago
Will Sewell
469d4c8968
[vk] Added a new information extractor for pages that are a list of a user\'s videos on vk.com. It works in a same way to playlist style pages for the YT information extractors.
10 years ago
Philipp Hagemeister
23ad44b57b
[youtube] Better error message for DASH manifest
10 years ago
Philipp Hagemeister
f48d3e9bbc
[swfinterp] Improve undefined representation
10 years ago
Philipp Hagemeister
fbf94a7815
[swfinterp] Add more builtins and improve static variables
10 years ago
Philipp Hagemeister
1921b24551
[swfinterp] Add support for more complicated constants
10 years ago
Philipp Hagemeister
28e614de5c
[utils] Remove stray u'
10 years ago
Philipp Hagemeister
cd9ad1d7e8
[swfinterp] Basic support for constants (only ints for now)
10 years ago
Philipp Hagemeister
162f54eca6
[swfinterp] Implement bitand and pushshort operators
10 years ago
Philipp Hagemeister
33a266f4ba
[swfinterp] Implement charCodeAt
10 years ago
Philipp Hagemeister
6b592d93a2
[swfinterp] Formalize built-in classes
10 years ago
Philipp Hagemeister
4686ae4b64
[swfinterp] Implement various opcodes
10 years ago
Philipp Hagemeister
8d05f2c16a
[swfinterp] Add support for void methods
10 years ago
Philipp Hagemeister
a4bb83956c
[swfinterp] Implement pushtrue and pushfalse opcodes
10 years ago
Philipp Hagemeister
eb5376044c
[swfinterp] Implement equals opcode
10 years ago
Philipp Hagemeister
3cbcff8a2d
[swfinterp] Implement String basics
10 years ago
Philipp Hagemeister
e983cf5277
[swfinterp] Interpret yet more opcodes
10 years ago
Philipp Hagemeister
0ab1ca5501
[swfinterp] Better error message
10 years ago
Philipp Hagemeister
4baafa229d
[swfinterp] Intepret more multinames
10 years ago
Philipp Hagemeister
b7558d9881
[swfinterp] Allow function patching
10 years ago
Philipp Hagemeister
a4bc433619
[__init__] Modernize
10 years ago
Philipp Hagemeister
b6b70730bf
[downloader/common] Modernize
10 years ago
Philipp Hagemeister
6a68bb574a
[eporner] Fix duration ( Closes #4188 )
10 years ago
Philipp Hagemeister
0cf166ad4f
release 2014.11.16
10 years ago
Philipp Hagemeister
2707b50ffe
[spiegel] Correct handling of redirects to spiegel.tv ( Closes #4211 )
10 years ago
Philipp Hagemeister
939fe70de0
[spiegeltv] Match hash-style URLs ( Closes #4210 )
10 years ago
Philipp Hagemeister
89c15fe0b3
[spiegeltv] Modernize
10 years ago
Jaime Marquínez Ferrándiz
ec5f601670
[utils] Fix "write_json_file" for unicode names in python 2.x ( fixes #4125 )
10 years ago
Naglis Jonaitis
8caa0c9779
[bliptv] Fix the resolve of lookup ID ( Closes #4197 )
10 years ago
Philipp Hagemeister
e2548b5b25
release 2014.11.15.1
10 years ago
Philipp Hagemeister
bbefcf04bf
[goldenmoustache] Fix title ( Closes #4203 )
10 years ago
Philipp Hagemeister
c7b0add86f
[compat] Work around kwargs bugs in old 2.6 Python releases ( Fixes #3813 )
10 years ago
Philipp Hagemeister
a0155d93d9
release 2014.11.15
10 years ago
Philipp Hagemeister
00d9ef0b70
[mailru] Adapt to new data format ( Fixes #4201 )
10 years ago
Philipp Hagemeister
0cc8888038
[crunchyroll] Remove NOP code ( #2782 )
10 years ago
Philipp Hagemeister
c735450e07
release 2014.11.14
10 years ago
Jaime Marquínez Ferrándiz
71f8c7ce7a
[mtvservices:embedded] Improve config url ( fixes #4092 )
10 years ago
Jaime Marquínez Ferrándiz
5fee0eeac0
[ComedyCentralShows] Use the rtmp urls transform function from the MTV IE ( fixes #3364 )
...
It produces the right mp4 urls, so we stop prefering the rtmp urls.
10 years ago
Philipp Hagemeister
eb4157fd17
[utils] Fix struct.pack call on very old Python versions ( #4181 )
10 years ago
Philipp Hagemeister
69ede8ef81
release 2014.11.13.3
10 years ago
Philipp Hagemeister
609a61e3e6
[npo] Improve npo.nl ( Fixes #4173 )
10 years ago
Philipp Hagemeister
bf951c5e29
release 2014.11.13.2
10 years ago
Philipp Hagemeister
af63fed7d8
[generic] Add support for livestream embeds ( Fixes #4185 )
10 years ago
Philipp Hagemeister
3deed1e91a
[freevideo] Simplify and raise error for foreigners ( Fixes #4131 )
10 years ago
Philipp Hagemeister
11b28e93d3
Merge remote-tracking branch 'yaccz/add-extractor/freevideo'
10 years ago
Philipp Hagemeister
c3d582985f
release 2014.11.13.1
10 years ago
Philipp Hagemeister
4c0924bb24
[utils] Fix intlist_to_bytes in Python 2 ( #4181 )
10 years ago
Philipp Hagemeister
3fa5bb3802
[sexu] Modernize ( #4171 )
10 years ago
Philipp Hagemeister
c47ec62b83
Merge remote-tracking branch 'peugeot/sexu'
10 years ago
Philipp Hagemeister
e4bdb37ec6
[spiegel] Add support for embeds
10 years ago
Philipp Hagemeister
0e15e725a0
[spiegel] Modernize
10 years ago
peugeot
437f68d868
Update sexu.py
10 years ago
peugeot
d91d124081
fix python 2 test
10 years ago
Philipp Hagemeister
2d42905b68
release 2014.11.13
10 years ago
Aaron Wojnowski
894dd8682e
Fix YouTube signature extraction.
10 years ago
Jaime Marquínez Ferrándiz
9e05d039e0
[dailymotion] Fix extraction of vevo videos ( fixes #4168 )
10 years ago
peugeot
bbd5f2de5e
[sexu] initial support
10 years ago
Naglis Jonaitis
73689dafbf
[tvplay] Fix f4m URL extraction ( Closes #4119 )
...
Add query parameters which are needed by AkamaiHD F4M player.
Also, modernize a bit.
10 years ago
Philipp Hagemeister
5ccaddf5b1
[goldenmoustache] Simplify ( #4128 )
10 years ago
Philipp Hagemeister
0b201a3134
Merge remote-tracking branch 'xantares/goldenmoustache'
10 years ago
Philipp Hagemeister
ffe38646ca
[funnyordie] Remove test md5sum ( Fixes #4113 )
10 years ago
Philipp Hagemeister
c6afed48ff
[YoutubeDL] guard against strange sys.stdouts
10 years ago
Michael Käufl
732c848c14
[abc] Update test case
...
Old video has expired.
10 years ago
Michael Käufl
9d2a4dae90
[allocine] Update test
10 years ago
Michael Käufl
7009a9047a
[byutv] Update test
10 years ago
Philipp Hagemeister
28465df1ff
[youjizz] Modernize ( #4131 )
10 years ago
Philipp Hagemeister
ef89dba58f
[myspass] Modernize test case
10 years ago
Philipp Hagemeister
13ba3a6461
[bandcamp:album] Fix test case
10 years ago
Philipp Hagemeister
8f6ec4bbe6
release 2014.11.12.1
10 years ago
Jaime Marquínez Ferrándiz
c295490830
[YoutubeDL] Fix bug in the detection of formats that don't contain video ( fixes #4150 )
...
If the format requested was not available, we called the method '.get' in None.
10 years ago
Jaime Marquínez Ferrándiz
eb4cb42a02
[ted] Extract duration ( closes #4155 )
10 years ago
Philipp Hagemeister
7a8cbc72b2
release 2014.11.12
10 years ago
Pascal Brax
2774852c2f
Fix MTV/GameTrailers "Bad Request" error
...
Bugfix for bug #4123 & #4153
10 years ago
Naglis Jonaitis
bbcc21efd1
[wrzuta] Fallback to mp3 on unknown media type ( #4156 )
10 years ago
Naglis Jonaitis
60526d6bcb
[wrzuta] Fix audio extension lookup ( Closes #4156 )
...
Also, replace deleted test case
10 years ago
Philipp Hagemeister
1d4df56d09
release 2014.11.09
10 years ago
Philipp Hagemeister
a1cf99d03a
[YoutubeDL] Add playlist_id and playlist_title fields ( Fixes #4139 )
10 years ago
Naglis Jonaitis
3c6af203cc
[streamcloud] Match URLs without fname ( Closes #4144 )
...
Also, modernize a bit.
10 years ago
Naglis Jonaitis
1a92e086a7
[tapely] Add Referer header ( Closes #4138 )
10 years ago
Jaime Marquínez Ferrándiz
519c73f267
Merge pull request #4136 from andikmu/master
...
fix swrmediathek for new formats.
10 years ago
Jaime Marquínez Ferrándiz
a6dae6c09c
[ndr] Improve video url regex ( fixes #4140 )
10 years ago
Jaime Marquínez Ferrándiz
f866e474f3
[YoutubeDL] Don't dowload formats for merging if the first doesn't contain the video ( #4132 )
10 years ago
Philipp Hagemeister
8bb9b97c97
Merge remote-tracking branch 'origin/master'
10 years ago
andi
d6fdc38682
fix swrmediathek for new formats.
10 years ago
Jaime Marquínez Ferrándiz
c2b61af548
[options] Document the syntax for merging formats ( closes #3940 , closes #4132 )
10 years ago
Jaime Marquínez Ferrándiz
2fdbf27ad8
[niconico:playlist] Use the same video url the webpage uses ( closes #4133 )
10 years ago
yac
3898c8a7b2
[FreeVideo] Add new extractor
10 years ago
Naglis Jonaitis
29ed169cd6
[wrzuta] Add mp3 as a possible format ( Closes #4126 )
10 years ago
xantares
b868c972d1
Add support for goldenmoustache.com
10 years ago
Jaime Marquínez Ferrándiz
9908e03528
Merge pull request #4076 from ghedo/direct_type
...
[generic] indicate when a direct video has been extracted
10 years ago
Jaime Marquínez Ferrándiz
1fe8fb8c20
[vice] Re-add extractor ( fixes #4120 )
...
The generic extraction no longer works.
10 years ago
Naglis Jonaitis
5d63b0aa93
[goshgay] Fix title extraction and modernize
...
Also remove width and height as they are not of the actual video.
10 years ago
Philipp Hagemeister
4164f0117e
[utils] Remove unused import
10 years ago
Naglis Jonaitis
37aab27808
[brightcove] Extract m3u8 formats ( #3541 )
10 years ago
Jaime Marquínez Ferrándiz
6110bbbfdd
[niconico] Catch deleted videos ( closes #4064 )
10 years ago
Jaime Marquínez Ferrándiz
cde9b380e6
Merge pull request #4110 from nemunaire/channel9-fix
...
[channel9] Fix extraction
10 years ago
Sergey M․
dab647a7b6
[cinemassacre] Keep both extraction approaches and make more robust ( Closes #4109 )
10 years ago
nemunaire
a316a83d2b
[channel9] Fix extraction
10 years ago
Naglis Jonaitis
81b22aee8b
[izlesene] Update test cases and modernize
...
The timestamp fluctuates with DST.
10 years ago
Philipp Hagemeister
a80c96eab0
release 2014.11.04
10 years ago
Philipp Hagemeister
20436c30c9
[youtube] Clarify output
10 years ago
Philipp Hagemeister
3828505646
[utils] Use a regexp instead of HTMLParser for get_element_by_attribute
10 years ago
Philipp Hagemeister
11fba1751d
[imdb] Simplify
10 years ago
Philipp Hagemeister
12ea2f30cf
[utils] Remove unused get_meta_content function
10 years ago
Philipp Hagemeister
9c3e870393
[gamespot] Remove unused import
10 years ago
Philipp Hagemeister
44789f2457
[ustream] Use modern helper function instead of old HTML parser
10 years ago
Philipp Hagemeister
711ede6e1b
[heise] Fix description, thumbnail and format ID
10 years ago
Philipp Hagemeister
a32f253112
[gamespot] Modernize
10 years ago
Philipp Hagemeister
94bd361318
[youtube] Skip sts if missing ( Fixes #4095 , fixes #4103 )
10 years ago
Philipp Hagemeister
acd40f64ed
[cnn] Modernize test definitions
10 years ago
Sergey M․
766306450d
[played] Capture and output error message
10 years ago
Sergey M․
e7642ab572
[wimp] Fix video URL regex
10 years ago
Naglis Jonaitis
bdf9701729
[generic/brightcove] Add a new test case for kijk.nl ( #3541 )
10 years ago
Naglis Jonaitis
b5af6fcdad
[brightcove] Make _VALID_URL less greedy and check for empty URLs ( #3541 )
10 years ago
Sergey M․
fdca55fe34
[trutube] Strip title
10 years ago
Jaime Marquínez Ferrándiz
4f195f55f0
Do not override stdlib html parser 'locatestarttagend' regex ( fixes #4081 )
...
'<a href="foo" ><img src="bar" / ></a>' wouldn't be parsed right (the problem is '/ >', '/>' worked fine).
We need to change it in python 2.6 (for example the description of youtube videos wouldn't be extracted).
10 years ago
Philipp Hagemeister
ecc0c5ee01
[utils] Modernize
10 years ago
Philipp Hagemeister
451948b28c
[compat] Modernize
10 years ago
Philipp Hagemeister
baa708036c
[compat] Fix imports
10 years ago
Philipp Hagemeister
8c25f81bee
[util] Move compatibility functions out of util
...
utils is large enough without these compatibility functions.
Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py .
Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
10 years ago
Philipp Hagemeister
4c83c96795
[YoutubeDL] Include rtmpdump in exe versions -v output
10 years ago
Philipp Hagemeister
9580711841
[ffmpeg] Move version detection to utils
10 years ago
Philipp Hagemeister
c30ae9594c
release 2014.11.02.1
10 years ago
Philipp Hagemeister
ffae28ae18
release 2014.11.02
10 years ago
Sergey M․
d9116714f2
[cinemassacre] Fix extraction ( Closes #4083 )
10 years ago
Alessandro Ghedini
ccdd0ffb80
[generic] indicate when a direct video has been extracted
...
Fixes #4052 .
10 years ago
Sergey M․
5263cdfcf9
[generic] Improve MLB iframe regex
10 years ago
Sergey M․
b2a68d14cf
[mlb] Improve _VALID_URL ( Closes #4063 )
10 years ago
Sergey M․
6e1cff9c33
[canalplus] Improve and merge with d8 extractor
10 years ago
Sergey M․
72975729c8
[canalplus] Tweak extractor to support piwiplus ( Closes #4046 )
10 years ago
Sergey M․
d319948b6a
[funnyordie] Add articles URL test
10 years ago
anovicecodemonkey
2a834bdb21
[FunnyOrDie] Add support for "/articles/" URLs
10 years ago
Philipp Hagemeister
0d2c141865
[youtube] Detect formats 298 et al as mp4 ( Fixes #4066 )
10 years ago
Philipp Hagemeister
5ec39d8b96
release 2014.10.30
10 years ago
Philipp Hagemeister
7b6de3728a
[youtube] Add format 266 ( Fixes #4055 )
10 years ago
Philipp Hagemeister
a51d3aa001
[youtube] Add support for formats 302 and 303 ( Fixes #4060 )
10 years ago
Philipp Hagemeister
2c8e03d937
Sort formats by fps as well
10 years ago
Philipp Hagemeister
fbb21cf528
[youtube] Add formats 298, 299 ( Fixes #4056 )
10 years ago
Naglis Jonaitis
b8a618f898
[ro220] Fix broken extractor and modernize ( #4054 )
10 years ago
Philipp Hagemeister
feb74960eb
release 2014.10.29
10 years ago
Jaime Marquínez Ferrándiz
d65d628613
[crunchycroll] Fix building of ass subtitles (reported in #4019 )
...
Parse the xml document instead of using regexes, otherwise unicode characters are left unescaped.
10 years ago
Philipp Hagemeister
ac645ac7d0
[generic] Allow soundcloud embeds with additional attributes
10 years ago
Philipp Hagemeister
7d11297f3f
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
6ad4013d40
[drtv] Allow fractional timestamps ( Fixes #4059 )
10 years ago
Sergey M․
dbd1283d31
[naver] Capture and output error message ( #4057 )
10 years ago
Sergey M․
c451d4f553
[trutube] Fix extraction
10 years ago
Jaime Marquínez Ferrándiz
a9bad429b3
[niconico] Add extractor for playlists ( closes #4043 )
10 years ago
Philipp Hagemeister
50c8266ef0
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
00edd4f9be
[laola1tv] Mark as broken
...
When the f4m downloader gets live stream support, I expect this to work magically or with very minor changes.
10 years ago
Philipp Hagemeister
ee966928af
[f4m] Support bootstrap URLs
10 years ago
Philipp Hagemeister
e5193599ec
[laola1tv] Add new extractor
...
The extractor works fine, but the f4m downloader cannot handle the resulting bootstrap information.
10 years ago
Philipp Hagemeister
01d663bca3
[auengine] Simplify
10 years ago
Sergey M․
e0c51cdadc
[vk] Generalize errors
10 years ago
Sergey M․
9334f8f17a
[vk] Handle deleted videos
10 years ago
Sergey M․
632256d9ec
[wimp] Update video URL regex
10 years ago
Philipp Hagemeister
3511266bc3
[YoutubeDL] Simplify API of YoutubeDL
...
Calling add_default_extractors twice should be harmless since the first set of extractors will match.
10 years ago
Philipp Hagemeister
9fdece5d34
[srmediathek] Choose variable name more wisely
10 years ago
Philipp Hagemeister
bbf1092ad0
[fktv] Remove unused import
10 years ago
Philipp Hagemeister
9ef55c5bbc
[quickvid] Add new extractor
10 years ago
Philipp Hagemeister
48a24ab746
[generic] Fix HTML5 video regexp
10 years ago
Philipp Hagemeister
27c542c06f
[iconosquare] Simplify
10 years ago
Philipp Hagemeister
b2e6a1c14c
release 2014.10.27
10 years ago
Philipp Hagemeister
8cc3eba79a
[phoenix] Add new extractor ( Fixes #4036 )
10 years ago
Philipp Hagemeister
b0fb6d4db1
[ku6] Modernize
10 years ago
Philipp Hagemeister
81515ad9f6
[extractor/common] Improve m3u8 output
10 years ago
Philipp Hagemeister
8112d4b284
[lrt] Modernize
10 years ago
Philipp Hagemeister
bf7aa6301b
[fktv] Modernize
10 years ago
Philipp Hagemeister
aea856621f
[zdf] Simplify
10 years ago
Philipp Hagemeister
f24a5a2faa
Merge remote-tracking branch 'olebowle/ard'
10 years ago
Philipp Hagemeister
ecfe623422
[heise] Fix extraction
...
Now they use an XML format instead of JSON.
10 years ago
Philipp Hagemeister
4a6c94288a
[kickstarter] Simplify and fix test case
10 years ago
Philipp Hagemeister
10e3d73472
[nbc] Fix ThePlatform embedded videos
10 years ago
Philipp Hagemeister
15956b5aa1
[promptfile] Fix check for deleted videos
10 years ago
Philipp Hagemeister
586f7082ef
[francetv] Remove changing md5sum
10 years ago
Philipp Hagemeister
d6d9186f0d
[generic] Fix test title
10 years ago
Philipp Hagemeister
2e9ff8f362
[gorillavid] Fix test title
10 years ago
Philipp Hagemeister
249efaf44b
[pornhub] Modernize and fix test definition
10 years ago
Philipp Hagemeister
8d32abff9e
[ruhd] Simplify
10 years ago
Philipp Hagemeister
94f052cbf4
[syfy] Remove test checksum
...
We have the minsize test now.
10 years ago
Philipp Hagemeister
446a03bd96
[ustream:channel] Change test playlist size (Seems to have been limited that way on the website as well)
10 years ago
Philipp Hagemeister
6009b69f81
[vgtv] Fix test title
10 years ago
Philipp Hagemeister
3d6047113c
[vgtv] Simplify
10 years ago
Philipp Hagemeister
9dec99303d
[vimeo:review] Fix test title
10 years ago
Philipp Hagemeister
7706927370
[vine:user] Adapt test to changed list size
10 years ago
Philipp Hagemeister
3adba6fa2a
[xtube] Fix test description
10 years ago
Philipp Hagemeister
f46a8702cc
[youtube:playlist] Fix test title
10 years ago
Philipp Hagemeister
8d11b59bbb
[ynet] Remove test md5sums
...
These fluctuate regularly.
10 years ago
Philipp Hagemeister
cf501a23d2
[srmediathek] Correct IE_NAME/IE_DESC
10 years ago
Philipp Hagemeister
2bcae58d46
[srmediathek] New extractor
10 years ago
Philipp Hagemeister
c9f08154a3
Remove unused imports
10 years ago
Philipp Hagemeister
526b276fd7
[faz] Modernize
10 years ago
Philipp Hagemeister
77ec444d9a
release 2014.10.26.2
10 years ago
Philipp Hagemeister
bfc2bedcfc
[youtube] Make confirm_age non-fatal ( #4042 )
10 years ago
Philipp Hagemeister
83855f3a1f
[livestream:original] Fix RTMP parameters ( Fixes #4040 )
10 years ago
Philipp Hagemeister
50b51830fb
[ffmpeg] Fix typo
10 years ago
Philipp Hagemeister
3d6eed9b52
release 2014.10.26.1
10 years ago
Philipp Hagemeister
1a253e134c
[ffmpeg] Fix call to ffprobe ( Fixes #4041 )
10 years ago
Philipp Hagemeister
6194bb1419
[ffmpeg] Make downloader optional ( Fixes #4039 )
10 years ago
Philipp Hagemeister
37d66e7f1e
[generic] Correct call to _webpage_read_full_content
10 years ago
Philipp Hagemeister
70b7e3fbb6
[generic] Add a test case for direct links with broken HEAD ( #4032 )
10 years ago
dinesh
0551a02b82
[Rte] Improve extractor
10 years ago
Jaime Marquínez Ferrándiz
579657ad87
[soundcloud] Set the 'webpage_url' field for each track
...
For playlists, YoutubeDL would set it to the playlist url.
10 years ago
Jaime Marquínez Ferrándiz
5f82b129e0
[ffmpeg] Also look into stderr for extracting the version
...
At least with avconv 11, it will print 'avconv version 11, ..' to stderr, not stdout.
10 years ago
Philipp Hagemeister
64269e4d01
Move AUTHORS to root ( closes #2985 )
10 years ago
Philipp Hagemeister
d481699a7a
release 2014.10.26
10 years ago
Philipp Hagemeister
5894a4f4ee
Credit @gabeos for crunchyroll:playlist ( #3988 )
10 years ago
Philipp Hagemeister
09e5d6a6e5
[crunchyroll:playlist] Simplify ( #3988 )
10 years ago
Philipp Hagemeister
274b12b5a8
Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist'
10 years ago
Philipp Hagemeister
23be51d8ce
[generic] Handle audio streams that do not implement HEAD ( Fixes #4032 )
10 years ago
Philipp Hagemeister
488447455d
[ffmpeg] Warn if ffmpeg/avconv version is too old ( Fixes #4026 )
10 years ago
Philipp Hagemeister
d28b517154
[YoutubeDL] Output avconv/ffmpeg versions if -v is given
10 years ago
Philipp Hagemeister
a7e97f6db1
[generic] Allow new SWFObject()-style imports
...
This embed style is used on http://www.bitburger-open.de/ , but that is not included as a test case since the format is likely to be temporary.
10 years ago
Sergey M․
f889cea109
Merge branch 'compat-getenv-and-expanduser' of https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser
...
Conflicts:
test/test_utils.py
youtube_dl/__init__.py
10 years ago
Jaime Marquínez Ferrándiz
1bdeb7be2e
Set '--simulate' if any of the printing options is given ( fixes #3036 )
...
That's what the help messages say.
Previously it would only set '--skip-download', which would write thumbnail,
descriptions or subtitles if they were requested (for example you may have set
'--write-thumbnail' in the config file).
10 years ago
Sergey M․
911344e5ac
[vrt] Improve extractor
10 years ago
dinesh
03936f6e6d
[BelgianNational] corrected indentation
10 years ago
dinesh
b13ccb1b87
[BelgianNational] New extractor added
10 years ago
Sergey M․
f64f8a4662
[sportbox] Remove view count
10 years ago
Jaime Marquínez Ferrándiz
681b9caa9c
[tumblr] Fix extraction ( fixes #4029 )
10 years ago
Jaime Marquínez Ferrándiz
0eb9fb9f24
[soundcloud] Modernize and fix tests
10 years ago
Naglis Jonaitis
9a76f416ce
[lrt] Updated test
10 years ago
Philipp Hagemeister
603821161f
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
d3c72db894
[audiomack] Simplify
10 years ago
Sergey M․
43d9718fb9
[nhl] Improve video URL extraction ( Closes #4013 )
10 years ago
Philipp Hagemeister
7fc54e5262
Merge remote-tracking branch 'xavierbeynon/audiomack'
10 years ago
Philipp Hagemeister
ec9c978481
Credit @winwon for vidzi ( #3989 )
10 years ago
xavier
d36cae46d8
Not directly calling soundcloud extractor anymore
10 years ago
xavier
fdfefa1b9c
Made changes per phihag
10 years ago
Philipp Hagemeister
724d031893
release 2014.10.25
10 years ago
Philipp Hagemeister
63e0be3415
New option --dump-single-json ( #4003 )
10 years ago
Philipp Hagemeister
c64ed2a310
[viddler] Use API
10 years ago
Philipp Hagemeister
cdc5cb7c2b
[hark] Modernize
10 years ago
Philipp Hagemeister
8efd06aa42
[motherless] Simplify
10 years ago
Filip B
7f9ced64cb
Add group videos support for motherless
...
Modified motherless regular expression.
Previously it matched only URLs like this:
motherless.com/ID
Now it also matches this:
motherless.com/g/group_name/ID
All tests including the newly added one passed.
10 years ago
Filip B
7608815cc2
Add another motherless test
...
This test is for videos posted in groups.
URL looks like this:
motherless.com/g/group_name/ID
which is basically the same as
motherless.com/ID
So far this test fails because I haven't improved the extractor yet.
10 years ago
Filip B
5823eda139
Fix motherless test 0
...
Apparently motherless no longer serves flv for that video (or maybe even
other videos). So I changed expected extension from flv to mp4 and
changed expected md5 accordingly.
10 years ago
Philipp Hagemeister
e82c1e9a6e
[YoutubeDL] Do not apply playlist info to videos when extract_flat is set ( #4003 )
10 years ago
Philipp Hagemeister
1ede5b2481
[glide] Simplify
10 years ago
Philipp Hagemeister
964ae0a122
Credit @thornomad for glide ( #3944 )
10 years ago
Philipp Hagemeister
98e1d28982
Merge remote-tracking branch 'thornomad/glide'
10 years ago
Philipp Hagemeister
2c26df763c
[vidzi] Use proper test case and simplify ( #3989 )
10 years ago
Philipp Hagemeister
018e835594
[vidzi] Simplify
10 years ago
Philipp Hagemeister
e65e06fbe2
[vidzi] Correct order in imports ( #3989 )
10 years ago
winwon
95ee84421e
vidzi Add new extractor
10 years ago
Philipp Hagemeister
2acfe95f58
Credit @capital-G for bild.de ( #3983 )
10 years ago
Philipp Hagemeister
b5a14350b9
[bild] Simplify ( #3983 )
10 years ago
Philipp Hagemeister
8d81f872fb
Merge remote-tracking branch 'capital-G/master'
10 years ago
Philipp Hagemeister
36f1c90497
release 2014.10.24
10 years ago
Philipp Hagemeister
057a5206cc
Add --flat-playlist option ( Closes #4003 )
10 years ago
xavier
9e9bc793f3
Finished audiomack extractor
10 years ago
dinesh
25fadd06d0
[Rte] New extractor added
10 years ago
dinesh
7a47d07c6d
[extractor/common] href attribute added
10 years ago
xavier
5c565ac9e7
Added init.py initializer
10 years ago
xavier
67500bf939
Initial version of audiomack.py
10 years ago
Philipp Hagemeister
b1edd7a48a
[crunchyroll] Correct parsing ( Fixes #4014 )
10 years ago
dinesh
34e48bed3b
[extractor/common] Added support for f4m manifest Version 2.0
10 years ago
Jaime Marquínez Ferrándiz
2c63ccec78
[mitele] Fix on python 2.x
10 years ago
Philipp Hagemeister
f2f2c0c2c6
[generic] Allow --default-search without colon
10 years ago
Philipp Hagemeister
4661e243f8
release 2014.10.23
10 years ago
Philipp Hagemeister
f3cd403c2b
[telecino] Add coding declaration
10 years ago
Jaime Marquínez Ferrándiz
ad5f53ac72
[telecinco] Add extractor ( closes #4005 )
...
It uses the same extraction process as mitele.es, but with a few small differences.
10 years ago
Sergey M․
75da98e9e1
[funnyordie] Fix extraction ( Closes #4011 )
10 years ago
Sergey M․
281d3f1d68
[generic/wistia] Improve regex
10 years ago
Sergey M.
6283c10b1c
Merge pull request #4009 from Dineshs91/thoughtworks
...
[thoughtworks] wistia support added
10 years ago
dinesh
85d7b76586
[thoughtworks] wistia regex modified
10 years ago
Sergey M․
2399535fd1
[francetv] Lower preference of direct links ( Closes #4010 , closes #3947 )
...
Direct links fail with 403, fallback on f4m for now until further investigations.
10 years ago
dinesh
52cffcb186
[thoughtworks] wistia support added
10 years ago
Sergey M․
8f3b5397a7
[cinemassacre] Fix extraction ( Closes #4008 )
10 years ago
Sergey M․
9bbec55255
[pbs] Add support for tabbed frontline videos ( Closes #4006 )
10 years ago
Philipp Hagemeister
6b445558ff
[youtube] Only set language when necessary
...
We only need to set the language when we are using a login; otherwise it will always be English.
10 years ago
Ole Ernst
bfd91588f3
[ard] make rss match more universal
10 years ago
Sergey M․
6bf6962062
[francetv] Force m3u8 formats extension to mp4 ( Closes #3997 )
10 years ago
Sergey M․
40bca5f927
[arte.tv] Remove unused import
10 years ago
Sergey M․
74214d35c5
[arte.tv:+7] Improve title extraction ( Closes #3995 )
10 years ago
Gabriel Schubiner
1b10a011ec
Forgot to reverse extracted video urls so they are in correct order for video selection args
10 years ago
h-collector
5a000b45b3
Don't use report_warning for reporting warnings
...
In tests warning is converted to error
10 years ago
h-collector
40b1cbafac
Update fc2.py
10 years ago
h-collector
4231235cda
Fix issues with fc2
...
Fix issues #2912 and #3171
10 years ago
Sergey M․
d24a2b20b4
[arte.tv:+7] Use original format ids to avoid duplicates
10 years ago
Gabriel Schubiner
8230018c20
Added extractor for crunchyroll 'playlists' i.e. series. so that one can, e.g. download all episodes of a series
10 years ago
Jaime Marquínez Ferrándiz
cc98a3f096
[cnn] Fix for urls ending in '.cnn-ap' ( fixes #3985 )
10 years ago
scheiba
ce519b747e
added "bild.de" as extractor
10 years ago
Sergey M
16efb3695f
[sexykarma] Add support for watchindianporn
10 years ago
Philipp Hagemeister
0f175a932f
release 2014.10.18
10 years ago
Sergey M
95fa5fb569
[sexykarma] Improve and simplify
10 years ago
Sergey M
77c3c5c5ed
Merge branch 'sexykarma' of https://github.com/CkuT/youtube-dl into CkuT-sexykarma
10 years ago
Sergey M
159444a668
[twitch] Remove superfluous comma
10 years ago
Sergey M․
f9befee1f5
[arte.tv:+7] Append media type to format_id ( Closes #3967 )
10 years ago
Naglis Jonaitis
9471c44405
[generic] Make sure Wistia embed URLs contain the protocol ( Closes #3977 )
...
Also, improve detection (Addresses #3662 )
10 years ago
Sergey M․
013bfdd84c
[twitch] Update tests and minor improvements
10 years ago
Sergey M․
46fd0dd5a5
[twitch] Rename extractor and support channel videos
10 years ago
Jaime Marquínez Ferrándiz
4698f0d858
[vimeo] Improve regex for the config js dict ( fixes #3955 , fixes #3974 )
...
The javascript code contains assignments of empty dicts with the same variable name
10 years ago
Sergey M․
355d074ff9
[twitch] Adapt to new API ( Fixes #3946 , Fixes #3949 , Fixes #3965 )
...
Work in progress
10 years ago
CkuT
7da224c907
Add categories
10 years ago
CkuT
1723edb1a5
Few improvements
10 years ago
CkuT
4740864508
[SexyKarma] Add new extractor
10 years ago
Philipp Hagemeister
09a42738fc
[generic] Correct handling of embedded vimeo players ( #3955 )
10 years ago
Philipp Hagemeister
df928d500f
release 2014.10.15
10 years ago
Jaime Marquínez Ferrándiz
a72cbfacf0
[ted] Add support for external videos ( fixes #3948 )
10 years ago
net
7b61ac3ddf
Fix #2310 . Play by the 8tracks rules
10 years ago
Philipp Hagemeister
62a164e713
[mixcloud] Output downloading progress
10 years ago
Sergey M․
5f58165def
[extractor/common] Fix dumping requests with long file abspath on Windows
10 years ago
Damon Timm
a86c73cf80
[glide] Add new extractor
...
Added an extractor for glide.me shared messages. Glide is a movile video messaging services. You can share the link to the messages easily enough and this would allow you to download and save the actual video.
10 years ago
Jaime Marquínez Ferrándiz
bd4e40df1a
[brightcove] Add a test for playlists
10 years ago
Sergey M․
1419fafd36
[condenast] Add support for embedded videos ( Closes #3929 )
10 years ago
Philipp Hagemeister
9b36dcbd65
release 2014.10.13
10 years ago
Philipp Hagemeister
2aefb886fa
[ffmpeg] Improve format merging ( Closes #3935 )
10 years ago
Philipp Hagemeister
72961c2a8a
Merge remote-tracking branch 'Dineshs91/KontrTube-fix'
10 years ago
Philipp Hagemeister
4c1ce987b0
[huffpost] Modernize
10 years ago
dinesh
8a2300a597
[kontrtube] Fix video title extraction
10 years ago
Philipp Hagemeister
1cc887cbf0
[youtube] Add support for format 278
10 years ago
Philipp Hagemeister
203fb43f36
[youtube] Download DASH manifest by default ( Closes #3887 )
10 years ago
Philipp Hagemeister
8450c15c25
[options] Consistent formatting and general niceness
10 years ago
Philipp Hagemeister
b88b45e46c
[options] Mention login in --username documentation ( #3753 )
10 years ago
Philipp Hagemeister
2417dc1715
release 2014.10.12
10 years ago
Naglis Jonaitis
23d83ad4d5
[niconico] Fix ignored --netrc flag
...
See issue #3753
10 years ago
dinesh
2c9f31188b
Description changed
10 years ago
Naglis Jonaitis
d18be55533
[theonion] Fix a small mistake in string formatting
10 years ago
Naglis Jonaitis
ac20fc047a
[theonion] Add new extractor ( closes #3928 )
10 years ago
Jaime Marquínez Ferrándiz
b4c3c8c172
[mixcloud] Fix metadata extraction ( fixes #3930 )
10 years ago
Ching Yi, Chan
b1c3a49fff
apply ratelimit to f4m
10 years ago
Jaime Marquínez Ferrándiz
3357110a4c
[vimeo] Make the protocol mandatory in the url ( fixes #3926 )
...
If it's missing, it will be correctly handled by the generic IE.
10 years ago
Sergey M.
e29fdedb45
Merge pull request #3923 from Dineshs91/howstuffworks-fix
...
Replace 404 url
10 years ago
Sergey M․
4828703f14
[googleplus] Modernize and extract all formats
10 years ago
dinesh
071420e136
Fix download error in GooglePlus
10 years ago
dinesh
f4cf848d1d
Replace 404 url
10 years ago
dinesh
1409704afa
Fix ndr.de outdated test url
10 years ago
Ole Ernst
3741302a10
[ard] Add rss support
10 years ago
Sergey M.
c8e390c2b0
Merge pull request #3911 from Dockheas23/master
...
KeyError on initialising YoutubeDL in python3 #3910
10 years ago
Sergey M․
823f1e015a
[yahoo] Wipe out yahoo news extractor
10 years ago
Sergey M․
3c06d3715e
[yahoo] Generalize, support arbitrary subdomains, support iframe videos, capture error message ( Closes #2470 )
10 years ago
Sergey M․
762958d5af
[yahoo] Add support for regional subdomains and extract duration ( Closes #3915 )
10 years ago
George Boyle
53d9009bdb
KeyError on initialising YoutubeDL in python3 #3910
10 years ago
George Boyle
1b725173a5
Fixed typo
10 years ago
Sergey M․
fc6861b175
[sportbox] Add extractor ( Closes #3906 )
10 years ago
Sergey M․
b097b5f246
[mlb] Remove unused import
10 years ago
Sergey M․
385009fc44
[mlb] Fix thumbnails extraction ( Closes #3905 )
10 years ago
Sergey M․
ced659bb4d
[generic] Ignore some non-video file extensions during generic extraction ( Closes #3900 )
10 years ago
Sergey M․
842cca7d56
[pornhd] Fix formats extraction ( Closes #3898 )
10 years ago
Sergey M․
7bc8780c57
[walla] Fix extractor and add subtitle tests
10 years ago
Sergey M․
c59c3c84ed
Merge branch 'walla' of https://github.com/lenaten/youtube-dl into lenaten-walla
10 years ago
net
31d06400ec
add missed init file
10 years ago
Philipp Hagemeister
642b76ac15
release 2014.10.05.2
10 years ago
Philipp Hagemeister
4c4de296d4
release 2014.10.05.1
10 years ago
Philipp Hagemeister
b10609d98c
[dailymotion] Alternative title search ( Fixes #3882 )
10 years ago
Sergey M
3ae165aa10
[gorillavid] Add check for non existing videos
10 years ago
Sergey M
e4b85e35d0
[gorillavid] Fix title extraction and make thumbnail optional ( Closes #3884 )
10 years ago
Philipp Hagemeister
bb0c206f59
release 2014.10.05
10 years ago
Philipp Hagemeister
b81f484b60
[gorillavid] Add support for movpod.in ( Fixes #3881 )
10 years ago
Naglis Jonaitis
5e69192ef7
[thesixtyone] Add new extractor ( closes #3781 )
10 years ago
Naglis Jonaitis
e9be9a6acd
[utils] Add additional format to unified_strdate
10 years ago
Sergey M․
f47754f061
[globo] Initial extractor implementation ( Closes #3823 )
10 years ago
Philipp Hagemeister
d838b1bd4a
[utils] Default age_limit to None
...
If we can't parse it, it means we don't have any information, not that the content is unrestricted.
10 years ago
Naglis Jonaitis
fe506288bd
[planetaplay] Add new extractor ( closes #3839 )
10 years ago
Sergey M․
d397c0b3dd
[breakcom] Extract all formats
10 years ago
Sergey M․
146c80e256
[utils] Add parse_age_limit
10 years ago
Sergey M․
f78c01f68b
[breakcom] Cover more URLs with _VALID_URL ( Closes #3876 )
10 years ago
Naglis Jonaitis
8489578df4
[generic] Support embedded Dailymotion playlists ( fixes #3822 )
10 years ago
Philipp Hagemeister
10606050bc
release 2014.10.02
10 years ago
Sergey M․
d9bf465200
[bandcamp] Fix id extraction and modernize ( Closes #3866 )
10 years ago
Sergey M․
01384d6e4b
[jpopsuki] More modernize
10 years ago
Sergey M․
08d5230945
[jpopsukitv] Improve _VALID_URL and modernize
10 years ago
Sergey M.
852f8641e8
Merge pull request #3865 from diffycat/jpopsuki
...
[jpopsuki] Support category links
10 years ago
Jaime Marquínez Ferrándiz
18937a50a4
[dropbox] Fix the video url query ( fixes #3868 )
...
Previously it would convert urls without a query into 'something.mp4&dl=1'
10 years ago
net
e4d6cca0c1
[walla] Add new extractor
10 years ago
Anton Larionov
d5feab9aaa
[jpopsuki] Support category links
10 years ago
Naglis Jonaitis
9e77c60c9a
[tapely] Catch SoundCloud tracks
10 years ago
Naglis Jonaitis
1414df5ce2
[izlesene] Prepend scheme to thumbnails
10 years ago
Naglis Jonaitis
e80f40e5ca
[tapely] Add new extractor ( closes #3861 )
10 years ago
Sergey M․
d3c9af84fc
[spankwire] Fix extraction
10 years ago
Sergey M․
59d206ca2d
[sunporno] Fix duration extraction and make more robust
10 years ago
Sergey M․
fc66e4a0d5
[utils] Add posix expanduser implementation and clarify the original source
10 years ago
Philipp Hagemeister
e7b6d12254
[utils] Improve and test js_to_json
10 years ago
Philipp Hagemeister
410f3e73ab
[utils] Fix js_to_json
10 years ago
Philipp Hagemeister
07e764439a
[generic] Delete test case
...
The page is not available any more.
10 years ago
Naglis Jonaitis
f8fb4a7ca8
[nfl] Use compatible urlparse
10 years ago
Sergey M․
4644ac5527
[core] Decode environment variables with filesystem encoding ( Fixes #3854 , Fixes #3217 , Fixes #2918 )
...
Introduces compat versions of os.getenv and os.path.expanduser
10 years ago
Sergey M․
e497a7f2ca
[tvigle] Extract format file sizes
10 years ago
Sergey M․
a3b6be104d
[tvigle] Replace 404 test
10 years ago
Sergey M․
b7bb0df21e
[vgtv] Fix tests' exts
10 years ago
Naglis Jonaitis
4dc19c0982
[lrt] Add new extractor
10 years ago
Philipp Hagemeister
58ea7ec81e
[vimeo] Fix description extraction
10 years ago
Philipp Hagemeister
2d29ac4f23
[vuclip] Fix regexp
10 years ago
Philipp Hagemeister
a7a747d687
[vuclip] Remove test code
10 years ago
net
c816336cbd
[karaoketv] Add new extractor
10 years ago
Sergey M․
fdb4d278bf
[spankwire] Fix extraction and modernize
10 years ago
Philipp Hagemeister
59c03a9bfb
[vuclip] Fix extraction
10 years ago
Philipp Hagemeister
e7db973328
[yahoo] Remove test case
...
This video seems to have been removed entirely
10 years ago
Philipp Hagemeister
99b67fecc5
[arte] Fix upload date extraction
10 years ago
Philipp Hagemeister
72d53356f6
[internetvideoarchive] Fix test case
10 years ago
Philipp Hagemeister
9e1e67fc15
[internetvideoarchive] Modernize
10 years ago
Philipp Hagemeister
1e60e5546e
[funnyordie] Fix test case md5
10 years ago
Philipp Hagemeister
457749a703
[prosiebensat1] Fix test case
10 years ago
Philipp Hagemeister
937f935db0
[jukebox] Remove md5 sum, it fluctuates
10 years ago
Philipp Hagemeister
80bcefcd77
[cliphunter] Remove duration
10 years ago
Philipp Hagemeister
8c23945c72
[eporner] Adapt to changed default format
10 years ago
Philipp Hagemeister
989b4b2b86
[utils:YoutubeDLHandler] Work around brain-dead Python 2.6 httplib
...
In 2.6, the httplib sends fragments! Remove those (fixes generic_26 on 2.6).
10 years ago
Philipp Hagemeister
2a7b4681c6
[godtube] Fix on Python 2.6
10 years ago
Philipp Hagemeister
8157ae3904
[golem] Fix under 2.6
...
It's a sad story; 2.6 does not support any non-trivial xpaths.
10 years ago
Philipp Hagemeister
e50e2fcd4d
[br] fix test case
10 years ago
Philipp Hagemeister
5e4f06197f
[facebook] Fix test case
10 years ago
Philipp Hagemeister
761e1645e0
[generic] Remove unstable test checksum
10 years ago
Philipp Hagemeister
8ff14175e2
[sportdeutschland] Fix testcase
10 years ago
Philipp Hagemeister
dbe3043cd6
[ynet] Fix test checksums
10 years ago
Philipp Hagemeister
a8eb5a8e61
[generic] Fix testcases
10 years ago
Philipp Hagemeister
6043f1df4e
[ign] Return proper playlist object
10 years ago
Philipp Hagemeister
12548cd933
[worldstarhiphop] Correct title extraction
10 years ago
Philipp Hagemeister
2593039522
[vimeo] Use regexps to find description
...
This fixes descriptions on 2.6 and makes the code simpler.
10 years ago
Philipp Hagemeister
35d3e63d24
release 2014.09.29.2
10 years ago
Philipp Hagemeister
27aede9074
[pbs] Add support for series/jwplayer type video ( Fixes #3849 )
10 years ago
Philipp Hagemeister
f5b7e6a842
release 2014.09.29.1
10 years ago
Philipp Hagemeister
a1f934b171
[youtube] Correct language cookie handling
10 years ago
Philipp Hagemeister
a43ee88c6f
release 2014.09.29
10 years ago
Philipp Hagemeister
e2dce53781
[youtube] Always request webpage in English ( Fixes #3844 )
10 years ago
Philipp Hagemeister
1770ed9e86
[thvideo] Simplify ( #3848 )
10 years ago
Philipp Hagemeister
457ac58cc7
Merge remote-tracking branch 'diffycat/thvideo-update'
10 years ago
Philipp Hagemeister
9c44d2429b
[vimeo:likes] Support large like lists ( Fixes #3847 )
10 years ago
Philipp Hagemeister
d2e32f7df5
Do not use HTML characters in output
...
This messes up the format when people paste it outside of code tags.
10 years ago
Anton Larionov
67077b182b
[thvideo] Add support for playlists
10 years ago
Naglis Jonaitis
5f4c318844
[nfl] Support team micro-sites ( fixes #3831 )
10 years ago
Naglis Jonaitis
dfee83234b
[nfl] Prefer progressive downloads
10 years ago
Philipp Hagemeister
22dd3fad86
release 2014.09.28.1
10 years ago
Philipp Hagemeister
d6e6a42256
[vimeo:likes] Add new extractor ( Fixes #3835 )
10 years ago
Philipp Hagemeister
76e7d1e74b
[played] Remove unused import
10 years ago
Philipp Hagemeister
38c4d41b74
[played] Simplify ( #3798 )
10 years ago
Philipp Hagemeister
f0b8e3607d
Merge remote-tracking branch 'r4mos/played'
10 years ago
Philipp Hagemeister
51ee08c4bb
Remove unused imports
10 years ago
Philipp Hagemeister
c841789772
[muenchentv] Add thumbnail
10 years ago
Philipp Hagemeister
c121a75b36
[heise] Add support for description
10 years ago
Philipp Hagemeister
5a8b77551d
[heise] Simplify ( #3842 )
10 years ago
Philipp Hagemeister
0217aee154
Merge remote-tracking branch 'd912e3/heise'
10 years ago
Philipp Hagemeister
b14f3a4c1d
[golem] Simplify ( #3828 )
10 years ago
Philipp Hagemeister
92f7963f6e
Merge remote-tracking branch 'd912e3/golem'
10 years ago
Philipp Hagemeister
88fbe4c2cc
release 2014.09.28
10 years ago
Philipp Hagemeister
394599f422
[oktoberfesttv] Add new extractor ( Fixes #3845 )
10 years ago
Philipp Hagemeister
ed9266db90
[common] Add new helper function _match_id
10 years ago
Philipp Hagemeister
f4b1c7adb8
[muenchentv] Move live title generation to common
10 years ago
Philipp Hagemeister
c95eeb7b80
[eitb] Modernize
10 years ago
Sergey M․
5e43e3803c
Credit @lenaten for ynet ( #3840 ) and sport5 ( #3841 )
10 years ago
Sergey M․
a89435a7a8
[ynet] Improve _VALID_URL
10 years ago
Sergey M․
c664182323
[ynet] Remove unused stuff, simplify and improve
10 years ago
Sergey M․
6be1cd4ddb
Merge branch 'ynet' of https://github.com/lenaten/youtube-dl into lenaten-ynet
10 years ago
Sergey M․
ee0d90707a
[YoutubeDL] Fix string check for python3
10 years ago
Sergey M․
f776d8f608
[sport5] Keep alphanumeric order
10 years ago
Sergey M․
0b75c2a88b
[sport5] Capture error message and improve
10 years ago
Mats
7b7518124e
[heise] Don't check string type
...
Before Python 3 could be unicode, so don't check at all.
10 years ago
Sergey M․
68b0973046
[YoutubeDL] Expect all kind of strings in urlopen
...
Now it doesn't fail if req is python2's str
10 years ago
Sergey M․
3a203b8bfa
Merge branch 'sport5' of https://github.com/lenaten/youtube-dl into lenaten-sport5
10 years ago
Mats
70752ccefd
[golem] Don't omit positional argument specifiers
...
Required by Python 2.6.
10 years ago
Mats
0155549d6c
[heise] Add new extractor
10 years ago
net
b66745288e
[sport5] Add new extractor
10 years ago
net
2a1325fdde
[ynet] Add new extractor
10 years ago
Sergey M․
2f9e8776df
[extremetube] Fix extraction
10 years ago
Sergey M․
497339fa0e
[anysex] Fix extraction
10 years ago
Jaime Marquínez Ferrándiz
8e6f8051f0
[vbox7] Don't set the extension to 'flv' ( fixes #3836 )
10 years ago
Naglis Jonaitis
11b3ce8509
[crunchyroll] Allow to list subtitles ( fixes #3805 )
10 years ago
Mats
6a5af6acb9
[golem] Add new extractor
10 years ago
Sergey M
9a0d98bb40
[vube] Update tests
10 years ago
Sergey M
fbd3162e49
[vube] Add DMCA notice
10 years ago
Sergey M․
54e9a4af95
[wat] Skip test
10 years ago
Philipp Hagemeister
8a32b82e46
[youku] Modernize somewhat
10 years ago
Philipp Hagemeister
fec02bcc90
[hlsnative] Correct handling when remaining_bytes is None
10 years ago
Philipp Hagemeister
c6e90caaa6
Merge remote-tracking branch 'naglis/wistia'
10 years ago
Philipp Hagemeister
4bbf157794
release 2014.09.25
10 years ago
Philipp Hagemeister
6b08cdf626
[youtube] Support for embedded /p players ( Fixes #3821 )
10 years ago
Philipp Hagemeister
b686fc18da
[hlsnative] Support test parameter
10 years ago
Philipp Hagemeister
0b97f3a936
release 2014.09.24.1
10 years ago
Philipp Hagemeister
eb73f2649f
[vevo] Skip SMIL download
10 years ago
Philipp Hagemeister
f0b5d6af74
[vevo] Support 1080p videos ( Fixes #3656 )
10 years ago
Philipp Hagemeister
2f771f6c99
release 2014.09.24
10 years ago
Philipp Hagemeister
3b2f933b01
[generic] Allow embedded YoutubePlaylists ( Fixes #3821 )
10 years ago
Philipp Hagemeister
cc746841e7
[flickr] Modernize
10 years ago
Philipp Hagemeister
ac7553d031
[youtube] Support embed/videoseries URLs ( #3821 )
10 years ago
Philipp Hagemeister
cdc628a498
[youtube] Move more tests to extractors
10 years ago
Philipp Hagemeister
69ea8ca42c
[youtube] Remove superfluous unicode specifiers
10 years ago
Philipp Hagemeister
4bc3a23ec5
[youtube] Modernize
10 years ago
Naglis Jonaitis
bd5650ac64
[nfl] Fix test case - download, but don't check md5
10 years ago
Sergey M․
86916dae4b
[wat] Capture and output error message
10 years ago
Sergey M․
f7d159cf95
[noco] Encode before passing to hashlib.md5 ( Closes #3816 )
10 years ago
Naglis Jonaitis
632e5684ce
[nfl] Add new extractor. ( Closes #3815 )
10 years ago
Philipp Hagemeister
094d42fe44
release 2014.09.22.1
10 years ago
Jaime Marquínez Ferrándiz
63cddb6477
[sbs] Recognize urls with format ' http://www.sbs.com.au/ondemand/video/ <id>' ( #3811 )
10 years ago
Sergey M․
273dea4248
[playfm] Fix view count and add comment count
10 years ago
Philipp Hagemeister
f90d95edeb
release 2014.09.22
10 years ago
Philipp Hagemeister
45c85d7ba1
Merge remote-tracking branch 'origin/master'
10 years ago
Jaime Marquínez Ferrándiz
d0df92928b
[npo] Add extractor for tegenlicht.vpro.nl ( closes #3778 )
10 years ago
Philipp Hagemeister
df8f53f752
[thvideo] Support mobile URLs as well
10 years ago
Jaime Marquínez Ferrándiz
e35cb78c40
[theplatform] Correctly extract videos that don't use f4m or rtmp (reported in #3176 )
10 years ago
Philipp Hagemeister
3ef7d11acd
Merge remote-tracking branch 'diffycat/thvideo'
10 years ago
Jaime Marquínez Ferrándiz
224ce0d872
[nbc] Update test
10 years ago
Jaime Marquínez Ferrándiz
dd41e8c82b
[theplatform] Extract all formats for f4m videos
10 years ago
Jaime Marquínez Ferrándiz
b509a4b176
[downloader/f4m] If <pv-2.0> is in the manifest, add it to the fragments urls query ( fixes #3176 )
...
It's used in some akamai videos (for example for theplatform.com).
10 years ago
Naglis Jonaitis
b28c8403b2
[yourupload] Add new extractor. Fixes #3085
10 years ago
Jaime Marquínez Ferrándiz
7bd4b4229a
[dropbox] Recognize ' https://www.dropbox.com/sh/ *' urls ( fixes #3795 )
...
And extract the title from the url last path component.
10 years ago
Anton Larionov
72e450c555
[thvideo] Add support for THVideo
10 years ago
Naglis Jonaitis
522c55b7f2
[mgoon] Add new extractor
10 years ago
Sergey M
58e7071a2c
[tube8] Improve _VALID_URL and add display_id
10 years ago
Sergey M.
516812df41
Merge pull request #3801 from megustamucho/master
...
[tube8] Improved regex
10 years ago
Sergey M
752297631f
[noco] Adapt to API v1.1 ( Closes #3797 )
10 years ago
megustamucho
34e14a9beb
Merge remote-tracking branch 'upstream/master'
10 years ago
Marco Schuster
3e8fcd9fa1
[divxstage] added .to TLD
...
Example video "http://www.divxstage.eu/video/930c52709d2 " which gets redirected to .to TLD
10 years ago
Naglis Jonaitis
746c67d72f
[wistia] Use API and make more generic
10 years ago
Carlos Ramos
5aa38e75b2
[played] Add new extractor
10 years ago
Sergey M․
532f5bff70
[franceinter] Fix extraction and modernize
10 years ago
Philipp Hagemeister
f566d9f1d5
release 2014.09.19
10 years ago
Philipp Hagemeister
7267bd536f
[muenchentv] Add support ( Fixes #3507 )
10 years ago
Philipp Hagemeister
589d3d7c7a
[moniker] rename from hypestat ( #3788 )
10 years ago
Philipp Hagemeister
46f74bcf5c
[soundcloud] Fix non-secret playlists
10 years ago
Philipp Hagemeister
37bfe8ace4
[hypestat] Match URLs with www. and https://
10 years ago
Philipp Hagemeister
0529eef5a4
[hypestat] Unify allmyvideos and vidspot ( Closes #3788 )
10 years ago
Philipp Hagemeister
fd78a4d3e6
release 2014.09.18
10 years ago
Philipp Hagemeister
1de33fafd9
[YoutubeDL] Allow downloading multiple formats with ,
10 years ago
Philipp Hagemeister
e2e5dae64d
Add -f m4a
10 years ago
Jaime Marquínez Ferrándiz
09b23c902b
[1up.com] Urls end now with '.html'
10 years ago
Jaime Marquínez Ferrándiz
109a540e7a
[ign] Fix extraction
10 years ago
Sergey M․
2914e5f00f
[drtuber] Fix categories
10 years ago
dequis
2f834e9381
[soundcloud] Secret playlists and sets
...
Closes #3707 again.
No test cases because I don't know what urls to use that won't be turned
into public eventually (as it happened with the first one in that
ticket)
10 years ago
dequis
9296738f20
[soundcloud] Support api urls with secret_token, Closes #3707
10 years ago
Philipp Hagemeister
0e59b9fffb
[videomega] Simplify ( #3786 )
...
* Use raw strings (r'foo') for regular expressions (enables highlighting and avoids some errors).
* title is always true-ish
10 years ago
Naglis Jonaitis
67abbe9527
[videomega] Add new extractor. Closes #3775
10 years ago
Sergey M․
944a3de278
[npo] Improve formats extraction ( Closes #3782 )
10 years ago
Philipp Hagemeister
5a13fe9ed2
Credit @m5moufl for behindkink ( #3740 )
10 years ago
Philipp Hagemeister
6b6096d0b7
release 2014.09.16.1
10 years ago
Philipp Hagemeister
d0246d07f1
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
997987d568
Credit @r4mos for allmyvideos
10 years ago
Philipp Hagemeister
e825c38082
[allmyvideos] Support multiple formats
10 years ago
Jaime Marquínez Ferrándiz
a04aa7a9e6
[generic] The url in the <meta redirect> doesn't need to be enclosed in single quotes ( fixes #3770 )
...
See the examples in https://en.wikipedia.org/wiki/Meta_refresh or the shortened urls from https://t.co/ .
10 years ago
Carlos Ramos
7cdd5339b3
Change tabs to spaces
10 years ago
Carlos Ramos
38349518f1
Added new host: allmyvideos.net
10 years ago
Sergey M․
64892c0b79
[francetv] Adapt to new API ( Closes #3751 , closes #3769 )
10 years ago
Sergey M․
dc9f356846
[ard] Remove URL path escaping
...
This is now implemented generic in YoutubeDL.urlopen
10 years ago
Philipp Hagemeister
ed86ee3b4a
release 2014.09.16
10 years ago
Philipp Hagemeister
7bb5df1cda
[nhl] Match videos without catid ( Fixes #3764 )
10 years ago
Philipp Hagemeister
37a81dff04
[behindkink] Remove call to report_extraction
10 years ago
Philipp Hagemeister
fc96eb4e21
Merge remote-tracking branch '5moufl/behindkink'
10 years ago
Philipp Hagemeister
ae369738b0
Credit @haricharan for einthusan ( #3755 )
10 years ago
Philipp Hagemeister
e2037b3f7d
[einthusan] Add description and beautify
10 years ago
Philipp Hagemeister
5419033935
Fixed tests
10 years ago
Philipp Hagemeister
2eebf060af
Merge commit '98703c7fbfcf06348220aa63f9422cdd792cfe1a'
10 years ago
Philipp Hagemeister
acd9db5902
Merge remote-tracking branch 'naglis/nosvideo'
10 years ago
Naglis Jonaitis
d0e8b3d59b
[nosvideo] Make more robust against missing metadata
10 years ago
Philipp Hagemeister
c15dd15388
Merge remote-tracking branch 'naglis/turbo'
10 years ago
Philipp Hagemeister
0003a5c416
Merge remote-tracking branch 'dstftw/escape-non-ascii-in-urls'
...
Conflicts:
test/test_utils.py
10 years ago
Philipp Hagemeister
21f2927f70
release 2014.09.15.1
10 years ago
Philipp Hagemeister
e5a79071a5
[daum] Support non-numeric video IDs ( Fixes #3749 )
10 years ago
Philipp Hagemeister
ca0e7a2b17
release 2014.09.15
10 years ago
Philipp Hagemeister
b523bb71ab
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
a020a0dc20
[facebook] Fix support for untitled videos ( Fixes #3757 )
10 years ago
5moufl
6d1f2431bd
[BehindKink] Minor fixes
...
- fix _VALID_URL regex
- remove unnecessary variable
- remove second call of report_extraction
10 years ago
Naglis Jonaitis
fdea3abdf8
[turbo] Add new extractor
10 years ago
Sergey M․
59d284c316
[vporn] Make video URL regex more strict
...
There is a garbage instead of proper URL for some HD videos
10 years ago
Haricharan Padmanaban
98703c7fbf
Einthusan Add new extractor
10 years ago
Philipp Hagemeister
b04c8f7358
release 2014.09.14.3
10 years ago
Sergey M․
eb3bd7ba8d
[cloudy] Retry extraction on 410 status code ( #3743 #3744 )
10 years ago
Philipp Hagemeister
3b11e86eeb
release 2014.09.14.2
10 years ago
Philipp Hagemeister
5ba693d082
release 2014.09.14.1
10 years ago
Philipp Hagemeister
ae91f6f99b
release 2014.09.14
10 years ago
Philipp Hagemeister
3da0e1f8cd
[tumblr] Modernize
10 years ago
Sergey M․
98676c08a1
[cloudy] Add support for videoraj.ch
10 years ago
Sergey M․
5dbf3b5c60
[cloudy] Minor changes
10 years ago
naglis
20ff802c9b
[cloudy] Add new extractor. Closes #3743
10 years ago
5moufl
2bca84e345
[BehindKink] Add new extractor
10 years ago
Sergey M․
e5a93354bc
[drtv] Fix _VALID_URL ( Closes #3735 )
10 years ago
Sergey M․
ceff3fd8ef
[pornhd] Fix extraction ( Closes #3739 )
10 years ago
Sergey M․
984e8e14ea
[utils] Remove debug garbage
10 years ago
Sergey M․
d05cfe0600
[YoutubeDL/utils] Clarify rationale for URL escaping in comment, move escape routines to utils and add some tests
10 years ago
Philipp Hagemeister
7e6a715380
[adultswim] Avoid extremely long lines
10 years ago
Philipp Hagemeister
d74bebd502
[utils] Apply 2.6 xpath craziness
...
This fixes ARD on 2.6
10 years ago
Philipp Hagemeister
bf0ff93277
[ard] Make more robust against missing thumbnails
...
I cannot reproduce this error, it's from travis.
10 years ago
Philipp Hagemeister
dc752ff442
[br] Remove deleted video test case
10 years ago
Philipp Hagemeister
3a36d3782e
[chilloutzone] Make test case more flexible
10 years ago
Philipp Hagemeister
50317dbbad
[facebook] Fix and caption if title is empty
10 years ago
Philipp Hagemeister
6539c91a78
[deezer] Add support for geoblocking
10 years ago
Philipp Hagemeister
4eefbfdbfd
[utils] Fix find_xpath_attr on 2.6
10 years ago
Philipp Hagemeister
652f283135
[youporn] Remove md5 from test
...
Has changed multiple times, and we're checking that it looks like a video now by default.
10 years ago
Philipp Hagemeister
2daabe4992
[options] Correct option usage
10 years ago
Philipp Hagemeister
34a741a8ec
[options] Move all options to their own file
10 years ago
Philipp Hagemeister
78caa52aea
[youtube] Modernize
10 years ago
Philipp Hagemeister
310d75d141
[youtube] Correct description in test case
10 years ago
Philipp Hagemeister
67b7e712d8
[xhamster] Remove md5sums from tests
...
We're now checking that the file is sufficiently large by default, and they seem to reencode the videos from time to time.
10 years ago
Philipp Hagemeister
1ad6efd9b6
[spiegel] Remove deleted video from test cases
10 years ago
Philipp Hagemeister
c3c3fe4768
[swrmediathek] Remove deleted video test case
10 years ago
Philipp Hagemeister
6f6ed04172
[prosiebensat1] Make upload_date optional
...
The site has a crazy incorrect date in German formatting, but the correct date is nowhere to be found.
10 years ago
Philipp Hagemeister
5309602106
[prosiebensat1] Fix bitrate calculation
10 years ago
Philipp Hagemeister
9291475f7d
[youtube] Move more tests to Playlist IE, and simply suitable.
10 years ago
Philipp Hagemeister
81127aa55d
[youtube] Move playlist test to extractor
10 years ago
Philipp Hagemeister
9b583dca4c
Merge remote-tracking branch 'drags/yt-feed-loadmore'
10 years ago
Philipp Hagemeister
f4a3490cbc
[pornoxo] Fix test (view count)
10 years ago
Philipp Hagemeister
3d9fae1ed2
Add support for PornoXO
10 years ago
Philipp Hagemeister
89fb6a9797
[spiegel] Add support for articles
10 years ago
Philipp Hagemeister
b734a87112
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
da2e1f53e0
[deezer] Add simple support
10 years ago
Sergey M․
f24e740bb8
[telemb] Add comment to test
10 years ago
Sergey M․
37419b4f99
[YoutubeDL] Escape non-ASCII characters in URLs
...
urllib chokes on URLs with non-ASCII characters (see http://bugs.python.org/issue3991 )
Working around by replacing request's original URL with escaped one
10 years ago
Sergey M․
64a450131b
Merge branch 'Lovius-master'
10 years ago
Sergey M․
adf2c0989d
[telemb] Extract all formats and modernize
10 years ago
Sergey M․
8fb7ff25c5
Merge branch 'master' of https://github.com/Lovius/youtube-dl into Lovius-master
10 years ago
Philipp Hagemeister
473219a778
release 2014.09.12
10 years ago
Philipp Hagemeister
aa37e3d486
[utils] Default SSL to TLS. ( Fixes #3727 )
...
On 2.x, we now try TLS first, and fall back to the compat 23 (basically anything) afterwards.
On 3.4+, we now use the proper function so that we get all the latest security configurations.
We allow SSLv3 though for the time being, since a lot of older pages use that.
On 3.3, we default to SSLv23 (basically "anything, including TLS") because that has the widest compatibility.
10 years ago
Jaime Marquínez Ferrándiz
edb53e2dc3
[youtube] Don't make the url protocol optional
...
The generic extractor will add it.
10 years ago
Jaime Marquínez Ferrándiz
f401a4173b
[youjizz] Don't make the url protocol optional ( fixes #3722 )
...
It would fail to download the webpag if it's missing.
And the generic extractor will add it.
10 years ago
Sergey M.
de00ff6494
Merge pull request #3716 from naglis/nosvideo
...
[nosvideo] Check for deleted video
10 years ago
Naglis Jonaitis
eef93b0912
[tvplay] Support similar services in different countries
10 years ago
Naglis Jonaitis
08d037309e
[nosvideo] Update test
10 years ago
Naglis Jonaitis
6024b0f25e
[nosvideo] Check for deleted videos
10 years ago
Philipp Hagemeister
561266641f
release 2014.09.10.1
10 years ago
Sergey M․
6899f2fe9e
[hostingbulk] Simplify
10 years ago
Sergey M.
136c8bd275
Merge pull request #3709 from naglis/hostingbulk
...
[hostingbulk] Add new extractor
10 years ago
Sergey M․
1bf5423e82
[generic/youtube] Recognize youtube nocookie embeds ( Closes #3713 )
10 years ago
Sergey M․
2c5c1f48e9
[izlesene] Simplify
10 years ago
Sergey M.
d8e487fbd9
Merge pull request #3710 from naglis/izlesene_fix
...
Izlesene fix
10 years ago
Philipp Hagemeister
bc7ff0a8dd
release 2014.09.10
10 years ago
Naglis Jonaitis
8e9da53140
[izlesene] Remove API URL
10 years ago
Naglis Jonaitis
f1d15e6dbc
[izlesene] Adapt to website changes and improve
10 years ago
Naglis Jonaitis
91ebb17ede
[hostingbulk] Add new extractor
10 years ago
Sergey M․
c63b30901b
[noco] Add authenticate support ( Closes #3706 )
10 years ago
Sergey M․
f009f19ece
[rutv] Fix rutv player regex
10 years ago
Sergey M․
68477e8839
[khanacademy] Improve _VALID_URL ( Closes #3695 )
10 years ago
Sergey M․
0dc5365564
[moevideo] Make filesize exact
10 years ago
Sergey M.
9face18d08
Merge pull request #3690 from naglis/sharesix
...
[sharesix] Add new extractor
10 years ago
Sergey M․
ff0ba8ce0f
[moevideo] Add videochart.net to _VALID_URL
10 years ago
Sergey M.
759c6293bd
Merge pull request #3691 from naglis/moevideo
...
[moevideo] Add new extractor
10 years ago
megustamucho
94b539d155
[tube8] Improved regex
10 years ago
Sergey M․
3fbeb95e14
[vgtv] Add view count to test cases
10 years ago
Sergey M․
321c1e44f9
[vgtv] Extract all formats, add support for wasLive and live streamTypes
10 years ago
Sergey M․
cc7fec5818
Merge branch 'vgtv' of https://github.com/mrkolby/youtube-dl into mrkolby-vgtv
10 years ago
Naglis Jonaitis
5fb9077e8c
[moevideo] Add new extractor
10 years ago
Naglis Jonaitis
8e20f81c5b
[sharesix] Add new extractor
10 years ago
Philipp Hagemeister
e154762c74
release 2014.09.06
10 years ago
Sergey M․
a2f0cdc074
[unistra] Modernize
10 years ago
Lovius
0933440086
added extractor and __init__ loader for belgium local tv site telemb.be
10 years ago
Sergey M․
70a1ecd2c1
Merge branch 'unistra_hd' of https://github.com/Rudloff/youtube-dl into Rudloff-unistra_hd
10 years ago
Sergey M․
88a23aef5a
[http] Avoid closing stdout ( Fixes #3686 )
10 years ago
Sergey M․
140d8d77b3
Credit @mrkolby for dbtv.no ( #3685 )
10 years ago
Sergey M․
4d067a58ca
[dbtv] Simplify, modernize, extract all formats
10 years ago
Sergey M․
1c1cff6a52
Merge branch 'dbtv' of https://github.com/mrkolby/youtube-dl into mrkolby-dbtv
...
Conflicts:
youtube_dl/extractor/__init__.py
10 years ago
Magnus Kolstad
f063a04f07
[dbtv] Add new extractor
10 years ago
Pierre Rudloff
af8812bb9b
Add HD detection to Unistra
10 years ago
Magnus Kolstad
78149a962b
[vgtv] Add new extractor
...
Because of the #! in the URL structure for VGTV we need to add ' before and after given URL. Or else it will cry:
-bash: !/video/100495/lars-og-lars-sesong-6-episode-6-lakselus: event not found
10 years ago
Sergey M․
f2d9e3a370
[arte.tv:+7] Allow single quotes for json vp url regexes ( Closes #3676 )
10 years ago
Philipp Hagemeister
16e6f396b4
release 2014.09.04.3
10 years ago
Sergey M․
c6ec6b2e8b
[arte.tv:+7] Add one another one pattern for json vp url
10 years ago
Sergey M․
7bbc6428b6
[nba] Modernize
10 years ago
Sergey M․
c1a3c9ddb2
[techtalks] Modernize
10 years ago
Sergey M․
feec0f56f5
[toypics:user] Update test playlist count
10 years ago
Sergey M․
8029857d27
[washingtonpost] Add playlist title to test
10 years ago
Philipp Hagemeister
aa61802c1e
release 2014.09.04.2
10 years ago
Philipp Hagemeister
f54aee0209
[cliphunter] Add support for more formats
10 years ago
Philipp Hagemeister
35d5b67876
release 2014.09.04.1
10 years ago
Philipp Hagemeister
674c869af4
[cache] Allow dots in keys ( Fixes #3674 )
10 years ago
Philipp Hagemeister
10710ae386
release 2014.09.04
10 years ago
Philipp Hagemeister
a0e07d3161
[youtube] Move cache into its own module
10 years ago
Sergey M․
a232bb9551
[empflix] Rewrite in terms of tnaflix
10 years ago
Sergey M․
eb833b7f5a
[tnaflix] Improve and make generic
10 years ago
Sergey M․
f164038b79
[utils] Make parse_duration case insensitive
10 years ago
Sergey M․
f7a361c4f1
Merge branch 'tnaflix' of https://github.com/peugeot/youtube-dl into peugeot-tnaflix
10 years ago
Sergey M․
884ae74785
[tvigle] Adapt to the new API
10 years ago
peugeot
1dba4a2185
Add support for TNAFlix
10 years ago
Philipp Hagemeister
7d4d5f25ed
[facebook] Fix login ( Fixes #3667 )
10 years ago
Sergey M․
33422c056d
[drtuber] Add display_id to test
10 years ago
Sergey M․
a7862a1bc8
[eporner] Extract all formats
10 years ago
Sergey M․
3baa62e8d1
[beeg] Extract all formats
10 years ago
Sergey M․
1bf8cf5c2c
[drtuber] Extract display_id
10 years ago
Sergey M․
eade1d7eab
[drtuber] Extract counters
10 years ago
Sergey M․
1a94ff6865
[mlb] Add support for embedded videos ( Closes #3653 )
10 years ago
Philipp Hagemeister
b47ed50aaf
[nosvideo] Remove determine_ext usage ( #3655 )
10 years ago
Philipp Hagemeister
1b8477729a
Merge remote-tracking branch 'naglis/nosvideo'
10 years ago
Philipp Hagemeister
ff6ade294c
release 2014.09.01.2
10 years ago
Philipp Hagemeister
11fc065c57
[drtuber] Add age_limit and be conservative about categories ( #3652 )
10 years ago
Philipp Hagemeister
94388f50b3
Merge remote-tracking branch 'peugeot/drtuber'
10 years ago
Philipp Hagemeister
a444648202
Merge remote-tracking branch 'origin/master'
...
Conflicts:
youtube_dl/extractor/eporner.py
youtube_dl/extractor/hornbunny.py
10 years ago
Philipp Hagemeister
7ca2e11f24
[beeg] Add age_limit
10 years ago
Philipp Hagemeister
563f6dea59
[eporner] +age_limit
10 years ago
Philipp Hagemeister
e4039057be
[hornbunny] Simplify and add age_limit
10 years ago
Philipp Hagemeister
11342b54d6
[anysex] Implement age_limit
10 years ago
Naglis Jonaitis
49fa38adf2
[nosvideo] Add new extractor
10 years ago
Jaime Marquínez Ferrándiz
9b330db7f0
Add age limit to anysex, beeg, eporner, hornbuny and sunporno
10 years ago
peugeot
d740f7e16f
Add support for drtuber.com
10 years ago
Philipp Hagemeister
07e7dc4bdc
[comedycentral] Prefer RTMP for now
10 years ago
Philipp Hagemeister
4c59dc4c34
[comedycentral] Support news-team URLs ( Fixes #3649 )
10 years ago
Philipp Hagemeister
7260ea0705
[comedycentral] Move tests to the extractor itself
10 years ago
Philipp Hagemeister
35b1e44567
Fix --rm-cache-dir error message
10 years ago
Sergey M․
c9ea760e31
[npo] Extract all formats
10 years ago
Sergey M․
9ebf22b7d9
[common] Improve codecs extraction from m3u8
10 years ago
Philipp Hagemeister
2582bebe06
[utils] Use flock instead of lockf ( Fixes #3621 )
10 years ago
Philipp Hagemeister
c9cc0bf57b
[youtube:playlist] PEP8
10 years ago
Philipp Hagemeister
61edcfb0a2
release 2014.09.01.1
10 years ago
Philipp Hagemeister
a8be56ce3d
[tudou] Add test case for #3643
10 years ago
Philipp Hagemeister
329818484c
Merge remote-tracking branch 'naglis/tudou_fix'
10 years ago
Philipp Hagemeister
8bdfddf641
[tudou] Modernize
10 years ago
Philipp Hagemeister
36d65b61d4
release 2014.09.01
10 years ago
Philipp Hagemeister
7d48c06f27
Merge remote-tracking branch 'origin/master'
10 years ago
Philipp Hagemeister
d169e36f5c
[beeg] PEP8 and additional tests
10 years ago
Philipp Hagemeister
2d7af09487
Merge remote-tracking branch 'peugeot/beeg'
10 years ago
Philipp Hagemeister
48d4681efc
[eporner] Simplify and correct ( #3629 )
10 years ago
Jaime Marquínez Ferrándiz
9ea9b61448
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
04b4aa4a7b
Merge remote-tracking branch 'peugeot/eporner'
10 years ago
Philipp Hagemeister
5a3f0d9aee
Merge remote-tracking branch 'peugeot/hornbunny'
10 years ago
Jaime Marquínez Ferrándiz
1ed5b5c9c8
[youtube:subscriptions] Fix extraction ( fixes #2975 )
10 years ago
Philipp Hagemeister
d10548b691
Merge branch 'master' of github.com:rg3/youtube-dl
10 years ago
Philipp Hagemeister
e990510e6b
Merge pull request #3616 from oneplusme/crunchyroll-login
...
Add login support to Crunchyroll extractor
10 years ago
Philipp Hagemeister
55f7bd2dcc
[youtube] Fix category extraction
10 years ago
Naglis Jonaitis
f931e25959
[tudou] Sort qualities by numeric value
10 years ago
Naglis Jonaitis
ca9cd290c7
[tudou] Fix #3643 - filter non-number qualities
10 years ago
Sergey M․
ae7246e7d5
[sunporno] Extract all formats and metadata
10 years ago
Sergey M․
43fd392413
Merge branch 'sunporno' of https://github.com/peugeot/youtube-dl into peugeot-sunporno
10 years ago
Philipp Hagemeister
3e7c12240c
[youtube] Test for like_count and dislike_count ( #3633 )
10 years ago
peugeot
7eb21356f9
Add support for sunporno.com
10 years ago
Jaime Marquínez Ferrándiz
f30a38be8b
[youtube] Fix extraction of like and dislike count ( fixes #3633 )
10 years ago
peugeot
2aebbccefc
Add support for beeg.com
10 years ago