Sergey M․
be514c856c
[24video] Fix test
9 years ago
Sergey M․
128eb31d90
[24video] Fix extraction on python 2.6
9 years ago
Sergey M․
747b028412
[24video] Fix extraction ( Closes #7956 )
9 years ago
Jaime Marquínez Ferrándiz
7fe37d8a05
[appletrailers] Improve regex for fixing '<img>' tags ( #7953 )
9 years ago
remitamine
60427f63d1
[appletrailers] Add support for AppleTrailers Section
9 years ago
Sergey M․
178b47e6af
[daum] Add test for #7949
9 years ago
Sergey M․
3a70ed9ebe
[daum] Fix extraction ( Closes #7949 )
9 years ago
Sergey M․
89abf7bf4d
[periscope] Fix token based extraction ( Closes #7943 )
9 years ago
Sergey M․
cfe9e5aa6c
[comcarcoff] Extract duration
9 years ago
Sergey M․
4c24ed9464
[comcarcoff] Improve json data regex and modernize
9 years ago
Sergey M․
774ce35571
[imgur] Improve ( Closes #7928 )
9 years ago
Abhishek Kedia
dbee18b552
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.
9 years ago
remitamine
3b68efdc6a
[vgtv] update tests and correct format sorting
9 years ago
j
2be689b7e2
[theintercept] Add new extractor
9 years ago
remitamine
2db5806991
[franceinter] use _match_id
9 years ago
remitamine
220bc3f0e3
[franceinter] fix title extraction
9 years ago
remitamine
48a6c984b8
[bleacherreport] update test
9 years ago
remitamine
dc016bf521
[viki] detect errors and fix formats extraction
9 years ago
remitamine
ff43d2365f
[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/
9 years ago
Austin Adams
ed63cbd6ee
[comcarcoff] adjust for json updates
9 years ago
Founder Fang
5f432ac8f5
[Weiqitv] Add new extractor
9 years ago
remitamine
c7224074d6
[audimedia] correct test case id
9 years ago
remitamine
eed30fea75
[flickr] fix format sorting
9 years ago
remitamine
5625bd0617
[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
9 years ago
Sergey M․
5ef5d25b15
[audiomack] Fix typo ( Closes #7936 )
9 years ago
remitamine
0f15ad7b9b
[adultswim] update test
9 years ago
remitamine
61ebb401b7
[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
9 years ago
remitamine
5c5a3ecf1b
[abc] detect expired state and update tests
9 years ago
remitamine
c7fa5fa42c
[bleacherreport] fix style issues and simplify
9 years ago
remitamine
7cb0952474
[makertv] improve extraction
9 years ago
remitamine
5b251628e9
[googledrive] Modernize
9 years ago
remitamine
5b95419ca5
[flickr] extract views_count and tags
9 years ago
remitamine
ecbccea703
[faz] extract duration and bitrate and use xpath_element and xpath_text for extraction
9 years ago
remitamine
6882c0870e
[tele13] improve extraction
- improve jwplayer setup regex
- sort formats
- remove duplicate formats
- update youtube test
9 years ago
remitamine
c6ed6fadc2
[cnet] improve extraction
- relex data json regex
- extract the platform metadata once
- extract hds formats
- extract duration
- extract thumbnail
9 years ago
Sergey M․
e462474e1d
[youtube] Generalize playlists extractor
9 years ago
Sergey M․
9b9c5355e4
Rename error_to_str to error_to_compat_str
9 years ago
Sergey M․
d890b4cc0a
[nbc:news] Remove unnecessary compat_str
9 years ago
Sergey M․
7f8b271465
Properly convert errors to strings
9 years ago
remitamine
1deb710f26
[gputechconf] improve extraction
9 years ago
remitamine
ec6504b39c
[gputechconf] Add new extractor( closes #5775 )
9 years ago
Sergey M․
dd85e4d707
[extractor/common] Properly decode error string on python 2 ( Closes #1354 , closes #3957 , closes #4037 , closes #6449 )
9 years ago
remitamine
fa64a84311
[faz] fix info extraction
9 years ago
remitamine
e0f06eae43
[fktv] fix info extraction
9 years ago
Sergey M․
0f206ee814
[toggle] Change IE_NAME
9 years ago
Sergey M․
cc0f378d54
[toggle] Rename to toggle
9 years ago
Sergey M․
e33c9cba7c
[toggle] Improve _VALID_URL
9 years ago
Sergey M․
989e9f8ead
[toggle] Improve formats extraction robustness
9 years ago
Sergey M․
8f097af4ec
[toggle] Extract counters
9 years ago
Sergey M․
c40dbb19ab
[toggle] Extract thumbnails
9 years ago