plexigras
ee23f7a236
fixed vidzi extractor
2016-10-18 07:20:50 +02:00
John Hawkinson
3cd6469e36
[iqm2] Improve jwplayer_data regexp
...
Surprise! URLs can have parentheses in them, just like like @dstftw
reminded us in
001a30f335 (r83538385)
Use . instead of [^)] and anchor the regexp with \)\); at the end.
Add an only_matching test case for this, although it may switch from
realtime to processed in a few hours...
2016-10-18 00:00:11 -04:00
jbuzzard
e2b9418793
Synchronized with upsteam repository (reverted from commit 67d2737c23e23949908c2c9a3f2434f123a02b1f) (reverted from commit de576b88bc9cde2948a9225cd3b54c7fdf241d24)
2016-10-17 16:34:40 -07:00
jbuzzard
73db397974
Synchronized with upsteam repository (reverted from commit 67d2737c23e23949908c2c9a3f2434f123a02b1f)
2016-10-17 16:34:29 -07:00
jbuzzard
20f653773d
Synchronized with upsteam repository (reverted from commit 67d2737c23e23949908c2c9a3f2434f123a02b1f) (reverted from commit de576b88bc9cde2948a9225cd3b54c7fdf241d24)
2016-10-17 16:31:20 -07:00
jbuzzard
de576b88bc
Synchronized with upsteam repository (reverted from commit 67d2737c23e23949908c2c9a3f2434f123a02b1f)
2016-10-17 16:30:00 -07:00
Jack Danger Canty
5e594c6a2a
Changing 'guys' to 'people'
...
Folks at Ubuntu aren't all male so calling them 'guys' is a little odd.
2016-10-17 12:57:36 -07:00
Pierre Mdawar
5cdff4dc2a
[utils] added explicit string formatting indexes to support Python 2.6
2016-10-17 19:18:29 +03:00
Sergey M․
df4939b1cd
[nytimes] Fix typo
2016-10-17 22:16:23 +07:00
Pierre Mdawar
9bf04c92d3
[utils] initialize exceptions properly by calling the superclass __init__
2016-10-17 14:48:47 +03:00
Pierre Mdawar
60073843ba
[utils] added YoutubeDLError superclass for all the exceptions
2016-10-17 14:38:37 +03:00
Hei Liebrecht
5d4ff49162
MIME type
2016-10-16 20:16:22 -04:00
Bruuuuno
e30c81050f
Fixing issues
2016-10-16 23:11:30 +01:00
Bruuuuno
f7e0a94997
Added Contributions
2016-10-16 23:10:56 +01:00
Vitor Esteves
47f5b5ddf6
Update ENTREGA1.md
...
minor text fixes
2016-10-16 22:41:56 +01:00
yolonhese
a273cbe368
Update ENTREGA1.md
2016-10-16 22:35:51 +01:00
João Manuel Guedes Ferreira
a896f0bf54
Update ENTREGA1.md
2016-10-16 22:35:31 +01:00
yolonhese
30ee766629
caps lock on the "dl"'s
2016-10-16 22:33:58 +01:00
yolonhese
cce40ba3ef
added the start for an alternative
2016-10-16 22:29:50 +01:00
yolonhese
cd2b511ffe
update to the opinions
2016-10-16 21:27:58 +01:00
João Manuel Guedes Ferreira
03c940e8c2
Update ENTREGA1.md
2016-10-16 21:26:43 +01:00
João Manuel Guedes Ferreira
db63561231
update to opinions
2016-10-16 21:25:40 +01:00
yolonhese
bd1c800c01
Starting with the opinion roll
2016-10-16 21:18:33 +01:00
João Manuel Guedes Ferreira
690245b2c8
Update ENTREGA1.md
2016-10-16 21:14:45 +01:00
yolonhese
b3e17ae020
finishing the development process
2016-10-16 21:13:29 +01:00
marcwebbie
b8c954c1f8
Remove debugging line
2016-10-16 12:36:07 -02:00
marcwebbie
bea82b3acf
Fix python2.6 support with requested changes
2016-10-16 12:28:38 -02:00
Thor77
938163379d
Use _html_search_meta
...
instead of _html_search_regex
2016-10-16 14:58:31 +02:00
Sergey M․
0b94dbb115
[postprocessor/ffmpeg] PEP 8
2016-10-16 19:16:47 +07:00
Sergey M․
8d76bdf12b
[extractor/common] Mention podcast in series fields section
2016-10-16 18:37:17 +07:00
Sergey M․
8204bacf1d
Credit @johnhawkinson for nytimes podcasts ( #10926 )
2016-10-16 18:21:42 +07:00
Sergey M․
47da782337
[nytimes] Improve ( closes #10926 )
2016-10-16 18:21:02 +07:00
John Hawkinson
74324a7ac2
[nytimes] Add support for podcasts
2016-10-16 17:31:55 +07:00
Sergey M․
b0dfcab60a
[pluralsight] Relax _VALID_URL ( closes #10941 )
2016-10-16 17:20:32 +07:00
marcwebbie
215b093fdf
Add FFmpegSlice postprocessor
2016-10-16 02:31:10 -02:00
CommanderRoot
f3679b67ca
[Youtube] Add game extractor
...
Adds the ability for the Youtube extractor to fetch the selected game on a video.
The first regex is for games which have an image, the second for games which don't.
2016-10-16 05:34:47 +02:00
Bruuuuno
1e5549cf51
Fixed notation issue
2016-10-16 04:28:03 +01:00
Bruuuuno
23b91c0ae6
Updates to Development Process
2016-10-16 04:27:20 +01:00
John Hawkinson
86596efa05
[nytimes] don't strip curlyquotes
2016-10-15 17:34:48 -04:00
John Hawkinson
b0eaeedd43
[nytimes] don't break if track.description is missing
2016-10-15 17:33:42 -04:00
John Hawkinson
804629ecb9
[nytimes] json regexp cleanup
...
Escape dots: \.
Favor
\(({.*})\);
over
\(({[^)]*)\)
in case there are internal close parens in the json data.
2016-10-15 17:32:03 -04:00
Thor77
42a494d5e1
[jamendo] Add new extractor
2016-10-15 23:10:24 +02:00
Sergey M․
2a230e0d14
release 2016.10.16
2016-10-16 03:26:09 +07:00
Sergey M․
bbd7706898
release 2016.10.16
2016.10.16
2016-10-16 03:23:05 +07:00
Sergey M․
112740e79f
[ChangeLog] Actualize
2016-10-16 03:09:27 +07:00
Sergey M․
c0b1e88895
[huajiao] Improve feed regex
2016-10-16 03:02:41 +07:00
Sergey M․
7cdfbbf9b8
[extractors] Change import for theoperaplatform extractor
2016-10-16 02:55:38 +07:00
Déstin Reed
ac943d48d3
[Beatport] Update extractor name and tests
2016-10-16 02:33:43 +07:00
arza
73498a8921
[ruutu] Add support for supla.fi
2016-10-16 02:31:56 +07:00
Simon Morgan
9187ee4f19
[README.md] Improve grammar
2016-10-16 02:26:06 +07:00