mongo

库名:crawl_video
表名:short_video

  1. {
  2. "_id" : id
  3. "title" : 标题
  4. "cover" : 封面的url
  5. "user_name" : 作者名字
  6. "created_at" : 创建时间的时间戳,
  7. "url" : 视频的url,
  8. "duration" : 持续时长,
  9. "like_num" : 点赞数目,
  10. "attributes" :
  11. "crawl_time" : 爬取时间(入库时间)
  12. }
  13. 例子:
  14. {
  15. "_id" : ObjectId("6115dd3054c25e34facff0db"),
  16. "title" : "太阳厚爱的地方,大象也爱",
  17. "cover" : "https://p6-pc-sign.douyinpic.com/tos-cn-p-0015/185a83b4192b4255a811ea4109585c03~tplv-dy-resize-origshort-autoq-75:330.jpeg?x-expires=1628841600&x-signature=3XcMlA%2FiY57eGoZdq3Hv4nZnoYE%3D&from=4257465056",
  18. "user_name" : "彩云之男",
  19. "created_at" : 1628822831,
  20. "url" : "https://www.douyin.com/video/6995547985035676960",
  21. "duration" : "03:39",
  22. "like_num" : 6,
  23. "attributes" : [
  24. {
  25. "tagIds" : [ ]
  26. },
  27. {
  28. "columnIds" : [ ]
  29. },
  30. {
  31. "organizationIds" : [ ]
  32. },
  33. {
  34. "professionIds" : [ ]
  35. },
  36. {
  37. "securityIds" : [ ]
  38. },
  39. {
  40. "industryIds" : [ ]
  41. },
  42. {
  43. "emotion_point" : 0
  44. }
  45. ],
  46. "crawl_time" : 1628822832
  47. }

Elasticsearch

  1. {
  2. 'title': '太阳厚爱的地方,大象也爱', 'abstract': '', 'pb_date': 1628822831,
  3. 'user_name': '彩云之男',
  4. 'source': '抖音短视频',
  5. 'link': 'https://www.douyin.com/video/6995547985035676960',
  6. 'domain': 'www.douyin.com',
  7. 'news_type': 5,
  8. 'crawl_time': 1628822831,
  9. 'attributes': [{'tagIds': []}, {'columnIds': []}, {'organizationIds': []}, {'professionIds': []}, {'securityIds': []}, {'industryIds': []}, {'emotion_point': -500}],
  10. 'cover': 'https://p6-pc-sign.douyinpic.com/tos-cn-p-0015/185a83b4192b4255a811ea4109585c03~tplv-dy-resize-origshort-autoq-75:330.jpeg?x-expires=1628841600&x-signature=3XcMlA%2FiY57eGoZdq3Hv4nZnoYE%3D&from=4257465056',
  11. 'duration': '03:39',
  12. 'collect_num': 1,
  13. 'comment_num': 1,
  14. 'like_num': 6,
  15. 'repost_num': 1
  16. }