Skip to content

Commit

Permalink
Remove dead sites (2017-02-01)
Browse files Browse the repository at this point in the history
* JPopsuki TV http://www.jpopsuki.tv/
* 天天动听 http://www.dongting.com/
* THVideo http://thvideo.tv/
* 阡陌视频 http://qianmo.com/
  • Loading branch information
soimort committed Feb 1, 2017
1 parent 2f4dc0f commit 8afb998
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 212 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the
| Metacafe | <http://www.metacafe.com/> || | |
| Magisto | <http://www.magisto.com/> || | |
| Khan Academy | <https://www.khanacademy.org/> || | |
| JPopsuki TV | <http://www.jpopsuki.tv/> || | |
| Internet Archive | <https://archive.org/> || | |
| **Instagram** | <https://instagram.com/> ||| |
| InfoQ | <http://www.infoq.com/presentations/> || | |
Expand Down Expand Up @@ -392,11 +391,8 @@ Use `--url`/`-u` to get a list of downloadable resource URLs extracted from the
| 齐鲁网 | <http://v.iqilu.com/> || | |
| QQ<br/>腾讯视频 | <http://v.qq.com/> || | |
| 企鹅直播 | <http://live.qq.com/> || | |
| 阡陌视频 | <http://qianmo.com/> || | |
| THVideo | <http://thvideo.tv/> || | |
| Sina<br/>新浪视频<br/>微博秒拍视频 | <http://video.sina.com.cn/><br/><http://video.weibo.com/> || | |
| Sohu<br/>搜狐视频 | <http://tv.sohu.com/> || | |
| 天天动听 | <http://www.dongting.com/> | | ||
| **Tudou<br/>土豆** | <http://www.tudou.com/> || | |
| 虾米 | <http://www.xiami.com/> | | ||
| 阳光卫视 | <http://www.isuntv.com/> || | |
Expand Down
4 changes: 0 additions & 4 deletions src/you_get/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
'cbs' : 'cbs',
'dailymotion' : 'dailymotion',
'dilidili' : 'dilidili',
'dongting' : 'dongting',
'douban' : 'douban',
'douyu' : 'douyutv',
'ehow' : 'ehow',
Expand All @@ -40,7 +39,6 @@
'iqiyi' : 'iqiyi',
'isuntv' : 'suntv',
'joy' : 'joy',
'jpopsuki' : 'jpopsuki',
'kankanews' : 'bilibili',
'khanacademy' : 'khan',
'ku6' : 'ku6',
Expand All @@ -63,7 +61,6 @@
'pinterest' : 'pinterest',
'pixnet' : 'pixnet',
'pptv' : 'pptv',
'qianmo' : 'qianmo',
'qq' : 'qq',
'quanmin' : 'quanmin',
'showroom-live' : 'showroom',
Expand All @@ -73,7 +70,6 @@
'soundcloud' : 'soundcloud',
'ted' : 'ted',
'theplatform' : 'theplatform',
'thvideo' : 'thvideo',
'tucao' : 'tucao',
'tudou' : 'tudou',
'tumblr' : 'tumblr',
Expand Down
3 changes: 0 additions & 3 deletions src/you_get/extractors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
from .iqilu import *
from .iqiyi import *
from .joy import *
from .jpopsuki import *
from .ku6 import *
from .kugou import *
from .kuwo import *
Expand All @@ -55,7 +54,6 @@
from .pinterest import *
from .pixnet import *
from .pptv import *
from .qianmo import *
from .qie import *
from .qq import *
from .showroom import *
Expand All @@ -64,7 +62,6 @@
from .soundcloud import *
from .suntv import *
from .theplatform import *
from .thvideo import *
from .tucao import *
from .tudou import *
from .tumblr import *
Expand Down
55 changes: 0 additions & 55 deletions src/you_get/extractors/dongting.py

This file was deleted.

23 changes: 0 additions & 23 deletions src/you_get/extractors/jpopsuki.py

This file was deleted.

40 changes: 0 additions & 40 deletions src/you_get/extractors/qianmo.py

This file was deleted.

83 changes: 0 additions & 83 deletions src/you_get/extractors/thvideo.py

This file was deleted.

0 comments on commit 8afb998

Please sign in to comment.